Skip to content

Commit

Permalink
chore(e2e): updated selector for sidenav control
Browse files Browse the repository at this point in the history
  • Loading branch information
g-cheishvili authored and platon-rov committed May 16, 2022
1 parent 64cad41 commit ace2ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/wdio/core/pages/shellbar.po.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export class ShellbarPo extends CoreBaseComponentPo {
sideNavItems = this.sideNavExample + 'fd-side-nav li';
sideNavIcons = this.sideNavItems + ' .fd-nested-list__icon';
sideNavText = this.sideNavItems + ' .fd-nested-list__title';
sideNavControlBtn = this.sideNavExample + ' .fd-shellbar-side-nav-control';
sideNavControlBtn = this.sideNavExample + ' button[fd-shellbar-side-nav]';

open(): void {
super.open(this.url);
Expand Down

0 comments on commit ace2ad7

Please sign in to comment.