Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mbondyra committed Aug 14, 2024
1 parent 303994a commit 9079430
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/functional/page_objects/visualize_editor_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ export class VisualizeEditorPageObject extends FtrService {
await this.elasticChart.setNewChartUiDebugFlag();
}

await this.common.sleep(500); // wait for the visualization to render

const prevRenderingCount = await this.visChart.getVisualizationRenderingCount();
this.log.debug(`Before Rendering count ${prevRenderingCount}`);
await this.testSubjects.clickWhenNotDisabledWithoutRetry('visualizeEditorRenderButton');
Expand Down

0 comments on commit 9079430

Please sign in to comment.