Skip to content

Commit

Permalink
[Functional] Wait for the page to load and then click the new vis but…
Browse files Browse the repository at this point in the history
…ton (#78725)
  • Loading branch information
stratoula committed Sep 30, 2020
1 parent 72388e6 commit cbafb42
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 @@ -70,6 +70,7 @@ export function VisualizePageProvider({ getService, getPageObjects }: FtrProvide

public async navigateToNewVisualization() {
await common.navigateToApp('visualize');
await header.waitUntilLoadingHasFinished();
await this.clickNewVisualization();
await this.waitForVisualizationSelectPage();
}
Expand Down

0 comments on commit cbafb42

Please sign in to comment.