Skip to content

Commit

Permalink
Fix functional tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed Jun 7, 2021
1 parent 6983c35 commit 72c7d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/services/management/management_menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export class ManagementMenuService extends FtrService {

public async getSections() {
const sectionsElements = await this.find.allByCssSelector(
'.mgtSideBarNav > .euiSideNav__content > .euiSideNavItem'
'.kbnPageTemplateSolutionNav .euiSideNavItem--root'
);

const sections = [];
Expand Down

0 comments on commit 72c7d56

Please sign in to comment.