Skip to content

Commit

Permalink
updated test name
Browse files Browse the repository at this point in the history
  • Loading branch information
sai6855 committed Mar 21, 2023
1 parent 5b3e80f commit 85125ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/mui-joy/src/Autocomplete/Autocomplete.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ describe('Joy <Autocomplete />', () => {
});
});

it('should open popup when clicked on borders of input element', () => {
it('should open popup when clicked on the root element', () => {
const handleOpen = spy();
render(<Autocomplete onOpen={handleOpen} options={['one']} />);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ describe('<Autocomplete />', () => {
});
});

it('should open popup when clicked on borders of input element', () => {
it('should open popup when clicked on the root element', () => {
const handleOpen = spy();
const ref = React.createRef();
render(
Expand Down

0 comments on commit 85125ce

Please sign in to comment.