We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4c9e45 commit 67c72f2Copy full SHA for 67c72f2
src/__tests__/text-input-otp.test.tsx
@@ -33,7 +33,7 @@ describe('TextInputOTP Component', () => {
33
expect(view.queryByTestId('caret')).toBeNull();
34
});
35
36
- it('should render the slots only up to the number defined by the maxLength prop', async () => {
+ it('should render the slots only up to the number defined by the maxLength prop', () => {
37
const MAX_LENGTH = 6;
38
const view = render({ maxLength: MAX_LENGTH, caretHidden: true });
39
const slots = view.getAllByTestId('text-input-otp-slot');
0 commit comments