Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mj12albert committed Feb 28, 2025
1 parent e9b2859 commit c03525e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/field/root/FieldRoot.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ describe('<Field.Root />', () => {
expect(button).to.have.attribute('aria-invalid', 'true');
});

it('validates NumberField on blur', async () => {
it.skipIf(isJSDOM)('validates NumberField on blur', async () => {
await render(
<Field.Root
validationMode="onBlur"
Expand Down

0 comments on commit c03525e

Please sign in to comment.