Skip to content

Commit

Permalink
Fix flakiness in load and save agg-based visualizations (elastic#109066)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
stratoula and kibanamachine committed Aug 19, 2021
1 parent eb73baa commit a5e752c
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 a5e752c

Please sign in to comment.