Skip to content

Commit

Permalink
fix AutocompleteArrayInput test
Browse files Browse the repository at this point in the history
  • Loading branch information
slax57 committed Nov 8, 2024
1 parent e7dc826 commit ac1fc20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ describe('<AutocompleteArrayInput />', () => {
selector: 'input',
})
);
expect(screen.queryAllByRole('option')).toHaveLength(3);
expect(screen.queryAllByRole('option')).toHaveLength(2);
expect(screen.getByText('Technical')).not.toBeNull();
expect(screen.getByText('Programming')).not.toBeNull();
});
Expand Down

0 comments on commit ac1fc20

Please sign in to comment.