Skip to content

Commit 919f08d

Browse files
committed
test(material/select): fix broken test (#29760)
After #29645, the assertion for `aria-autocomplete` isn't valid anymore. (cherry picked from commit 886fb6d)
1 parent 724dc2f commit 919f08d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/material/select/select.spec.ts

-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ describe('MatSelect', () => {
143143

144144
it('should set the role of the select to combobox', fakeAsync(() => {
145145
expect(select.getAttribute('role')).toEqual('combobox');
146-
expect(select.getAttribute('aria-autocomplete')).toBe('none');
147146
expect(select.getAttribute('aria-haspopup')).toBe('listbox');
148147
}));
149148

0 commit comments

Comments
 (0)