mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-17 14:21:14 +00:00
revert unwanted change
This commit is contained in:
@@ -33,7 +33,7 @@ import { BrowserActions } from '@alfresco/adf-testing';
|
||||
|
||||
export class PageLayoutHeader extends Component {
|
||||
logoLink = this.byCss('.app-menu__title');
|
||||
moreActions = this.byCss('.aca-menu-user-details-button');
|
||||
moreActions = browser.element(by.id('app.header.more'));
|
||||
sidenavToggle = this.byCss(`.sidenav-header-title-logo`);
|
||||
|
||||
menu = new Menu();
|
||||
|
Reference in New Issue
Block a user