mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 02:24:11 +00:00
Fixed --ds-header-icon-color & --ds-header-icon-color-hover not being applied to all header icons
This commit is contained in:
@@ -358,7 +358,7 @@ describe('AuthNavMenuComponent', () => {
|
||||
});
|
||||
|
||||
it('should render logout link', inject([Store], (store: Store<AppState>) => {
|
||||
const logoutDropdownMenu = deNavMenuItem.query(By.css('a[id=logoutLink]'));
|
||||
const logoutDropdownMenu = deNavMenuItem.query(By.css('a.logoutLink'));
|
||||
expect(logoutDropdownMenu.nativeElement).toBeDefined();
|
||||
}));
|
||||
});
|
||||
|
Reference in New Issue
Block a user