Skip to content

Commit

Permalink
Fix failed functional test due to wording change
Browse files Browse the repository at this point in the history
Signed-off-by: Hailong Cui <ihailong@amazon.com>
  • Loading branch information
Hailong-am committed Jul 7, 2023
1 parent 9472de0 commit 66f286e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/page_objects/header_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export function HeaderPageProvider({ getService, getPageObjects }: FtrProviderCo
}

public async clickStackManagement() {
await appsMenu.clickLink('Stack Management', { category: 'management' });
await appsMenu.clickLink('Dashboards Management', { category: 'management' });
await this.awaitGlobalLoadingIndicatorHidden();
}

Expand Down

0 comments on commit 66f286e

Please sign in to comment.