Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
adguernier committed Dec 14, 2023
1 parent b2e373e commit a8b65d2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1592,6 +1592,7 @@ describe('<AutocompleteInput />', () => {
describe('InputProps', () => {
it('should pass InputProps to the input', async () => {
render(<WithInputProps />);
await screen.findByRole('textbox');
screen.getByTestId('AttributionIcon');
screen.getByTestId('ExpandCircleDownIcon');
});
Expand Down

0 comments on commit a8b65d2

Please sign in to comment.