Skip to content

Commit

Permalink
Update new test
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoAndai committed Sep 22, 2023
1 parent b233d35 commit 1c43753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-material/src/Select/Select.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,7 @@ describe('<Select />', () => {
</Select>,
);

fireEvent.mouseDown(getByRole('button'));
fireEvent.mouseDown(getByRole('combobox'));

expect(getByRole('listbox')).to.have.attribute('aria-multiselectable', 'true');
});
Expand Down

0 comments on commit 1c43753

Please sign in to comment.