Skip to content

Commit

Permalink
class name renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasa-Nataliya committed May 15, 2023
1 parent f8ac71a commit 2b4ae0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<button mat-button class="aca-user-menu-button" [matMenuTriggerFor]="menu">
<button mat-button class="userMenuButton" [matMenuTriggerFor]="menu">
<div>{{ (displayName$ | async)?.initials }}</div>
</button>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import { BrowserActions } from '@alfresco/adf-testing';

export class Header extends Component {
logoLink = this.byCss('.app-menu__title');
moreActions = this.byCss(`.aca-user-menu-button`);
moreActions = this.byCss(`.userMenuButton`);
sidenavToggle = this.byCss(`.sidenav-header-title-logo`);

userInfo = new UserInfo();
Expand Down

0 comments on commit 2b4ae0f

Please sign in to comment.