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 f26ad88 commit 09658c4Copy full SHA for 09658c4
src/lib/list/list.spec.ts
@@ -115,7 +115,7 @@ describe('MdList', () => {
115
116
let list = fixture.debugElement.children[0];
117
let listItem = fixture.debugElement.children[0].query(By.css('md-list-item'));
118
- expect(list.nativeElement.getAttribute('role')).toBe('list');
+ expect(list.nativeElement.getAttribute('role')).toBeNull();
119
expect(listItem.nativeElement.getAttribute('role')).toBe('listitem');
120
});
121
0 commit comments