Skip to content

Commit

Permalink
functional test
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 Sep 28, 2023
1 parent d1cc99f commit dd7fdee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/page_objects/settings_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export function SettingsPageProvider({ getService, getPageObjects }: FtrProvider

async clickOpenSearchDashboardsIndexPatterns() {
log.debug('clickOpenSearchDashboardsIndexPatterns link');
await testSubjects.click('indexPatterns');
await PageObjects.common.navigateToApp('indexPatterns');

await PageObjects.header.waitUntilLoadingHasFinished();
}
Expand Down

0 comments on commit dd7fdee

Please sign in to comment.