Fixed --ds-header-icon-color & --ds-header-icon-color-hover not being applied to all header icons

This commit is contained in:
Alexandre Vryghem
2023-04-30 13:19:00 +01:00
parent 5e27741483
commit ef9c42804c
8 changed files with 19 additions and 13 deletions

View File

@@ -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();
}));
});