Skip to content

Commit cbafb42

Browse files
committed
[Functional] Wait for the page to load and then click the new vis button (#78725)
1 parent 72388e6 commit cbafb42

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/functional/page_objects/visualize_page.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ export function VisualizePageProvider({ getService, getPageObjects }: FtrProvide
7070

7171
public async navigateToNewVisualization() {
7272
await common.navigateToApp('visualize');
73+
await header.waitUntilLoadingHasFinished();
7374
await this.clickNewVisualization();
7475
await this.waitForVisualizationSelectPage();
7576
}

0 commit comments

Comments
 (0)