Skip to content

Commit

Permalink
Fix flakiness in load and save agg-based visualizations (#109066) (#1…
Browse files Browse the repository at this point in the history
…09200)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Stratoula Kalafateli <efstratia.kalafateli@elastic.co>
  • Loading branch information
kibanamachine and stratoula authored Aug 19, 2021
1 parent 638c3ed commit 2770db2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/functional/page_objects/visualize_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ export class VisualizePageObject extends FtrService {
if (navigateToVisualize) {
await this.clickLoadSavedVisButton();
}
await this.listingTable.searchForItemWithName(vizName);
await this.openSavedVisualization(vizName);
}

Expand Down

0 comments on commit 2770db2

Please sign in to comment.