Skip to content

Commit

Permalink
feat: nuse navigateToApp when clickOpenSearchDashboardsSavedObjects
Browse files Browse the repository at this point in the history
  • Loading branch information
SuZhou-Joe committed Sep 7, 2023
1 parent fa2efff commit 25fa3b1
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 @@ -57,7 +57,7 @@ export function SettingsPageProvider({ getService, getPageObjects }: FtrProvider
}

async clickOpenSearchDashboardsSavedObjects() {
await testSubjects.click('objects');
await PageObjects.common.navigateToApp('objects');
await PageObjects.savedObjects.waitTableIsLoaded();
}

Expand Down

0 comments on commit 25fa3b1

Please sign in to comment.