diff --git a/src/material/select/select.spec.ts b/src/material/select/select.spec.ts index 14374e689edb..5e40b743cfbd 100644 --- a/src/material/select/select.spec.ts +++ b/src/material/select/select.spec.ts @@ -143,7 +143,6 @@ describe('MatSelect', () => { it('should set the role of the select to combobox', fakeAsync(() => { expect(select.getAttribute('role')).toEqual('combobox'); - expect(select.getAttribute('aria-autocomplete')).toBe('none'); expect(select.getAttribute('aria-haspopup')).toBe('listbox'); }));