mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-6081] Reduce references to internal Angular material CSS classes (#3534)
* [ACS-6081] Reduce references to internal Angular material CSS classes * [ACS-6081] rollback default scrollable value [ci:force] * [ACS-6081] linting * [ACS-6081] fix e2es * [ACS-6081] cr fix * [ACS-6081] remove adf-cli logger from e2es
This commit is contained in:
committed by
GitHub
parent
7468111d19
commit
7c95b53c8b
@@ -37,7 +37,7 @@ export class SidenavComponent extends BaseComponent {
|
||||
private recentFiles = this.getChild(`[data-automation-id='app.navbar.recentFiles']`);
|
||||
private favorites = this.getChild(`[data-automation-id='app.navbar.favorites']`);
|
||||
private trash = this.getChild(`[data-automation-id='app.navbar.trashcan']`);
|
||||
private sidenavToggle = this.getChild(`.sidenav-header-title-logo`);
|
||||
private sidenavToggle = this.getChild(`.aca-sidenav-header-title-logo`);
|
||||
private sidenavExpand = this.page.getByTitle('Expand navigation menu');
|
||||
public expandedSidenav = this.page.locator(`[data-automation-id='expanded']`);
|
||||
|
||||
|
Reference in New Issue
Block a user