Skip to content

Commit 9e2fe83

Browse files
remove from test
1 parent b4d6aef commit 9e2fe83

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/mui-material/src/Autocomplete/Autocomplete.test.js

-1
Original file line numberDiff line numberDiff line change
@@ -2043,7 +2043,6 @@ describe('<Autocomplete />', () => {
20432043

20442044
const textbox = getByRole('combobox');
20452045
expect(textbox).to.have.attribute('aria-expanded', 'false');
2046-
expect(textbox).not.to.have.attribute('aria-owns');
20472046
expect(textbox).not.to.have.attribute('aria-controls');
20482047
expect(document.querySelector(`.${classes.paper}`)).to.have.text('No options');
20492048
});

0 commit comments

Comments
 (0)