Skip to content

Commit

Permalink
Fix flakiness in load and save agg-based visualizations
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula committed Aug 18, 2021
1 parent fc1a2bb commit 7151fd5
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 7151fd5

Please sign in to comment.