mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-1317] Use ADF component for "New" side navigation actions (#347)
* adf-sidebar-action-menu * update
This commit is contained in:
committed by
Denys Vuika
parent
b3ae122c4c
commit
9e264f3fb0
@@ -33,7 +33,7 @@ export class Sidenav extends Component {
|
||||
link: '.sidenav-menu__item',
|
||||
label: '.menu__item--label',
|
||||
activeLink: '.menu__item--active',
|
||||
newButton: '.sidenav__section--new__button'
|
||||
newButton: '.adf-sidebar-action-menu-button'
|
||||
};
|
||||
|
||||
links: ElementArrayFinder = this.component.all(by.css(Sidenav.selectors.link));
|
||||
|
Reference in New Issue
Block a user