Skip to content

Commit

Permalink
Backport marmelab#9712
Browse files Browse the repository at this point in the history
  • Loading branch information
djhi authored and mjarosch committed Jul 1, 2024
1 parent a50e62d commit 7d7724e
Show file tree
Hide file tree
Showing 4 changed files with 342 additions and 185 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ describe('<AutocompleteArrayInput />', () => {
selector: 'input',
})
);
expect(screen.queryAllByRole('option')).toHaveLength(2);
expect(screen.queryAllByRole('option')).toHaveLength(3);
expect(screen.getByText('Technical')).not.toBeNull();
expect(screen.getByText('Programming')).not.toBeNull();
});
Expand Down
Loading

0 comments on commit 7d7724e

Please sign in to comment.