Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nwmac authored Jun 10, 2024
1 parent 81d24d8 commit 8e021b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/po/pages/chart-repositories.po.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default class ChartRepositoriesPagePo extends PagePo {
sideNav.navToSideMenuEntryByLabel('Repositories');
} else {
BurgerMenuPo.burgerMenuNavToMenubyLabel('Cluster Management');
(new ClusterManagerListPagePo()).waitForPage();
(new ClusterManagerListPagePo()).waitForPage();

sideNav.groups().contains('Advanced').click();
sideNav.navToSideMenuEntryByLabel('Repositories');
Expand Down

0 comments on commit 8e021b4

Please sign in to comment.