We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 724dc2f commit 919f08dCopy full SHA for 919f08d
src/material/select/select.spec.ts
@@ -143,7 +143,6 @@ describe('MatSelect', () => {
143
144
it('should set the role of the select to combobox', fakeAsync(() => {
145
expect(select.getAttribute('role')).toEqual('combobox');
146
- expect(select.getAttribute('aria-autocomplete')).toBe('none');
147
expect(select.getAttribute('aria-haspopup')).toBe('listbox');
148
}));
149
0 commit comments