Skip to content

Commit

Permalink
WEB-2130 remove test skip
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Ladaria committed Jan 2, 2025
1 parent 649271c commit fb990be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/form-test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ test('Disabling a field removes the error state and disabled fields are not subm
);
});

test.only.each`
test.each`
platform | element | expectedFocus
${'ios'} | ${'date'} | ${false}
${'ios'} | ${'datetime-local'} | ${false}
Expand Down

0 comments on commit fb990be

Please sign in to comment.