Skip to content

Commit

Permalink
use dashboard.navigateToAppFromAppsMenu to get retry logic if navigat…
Browse files Browse the repository at this point in the history
…ion fails
  • Loading branch information
nreese committed Oct 4, 2023
1 parent 4fb65b2 commit 81a7779
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
});

if (!saveToDashboard) {
await appsMenu.clickLink('Dashboard', {
category: 'kibana',
closeCollapsibleNav: true,
});
await dashboard.navigateToAppFromAppsMenu();
}
} else {
await PageObjects.maps.clickSaveAndReturnButton();
Expand Down

0 comments on commit 81a7779

Please sign in to comment.