Skip to content

Commit

Permalink
Failing test: Chrome UI Functional Tests.test/functional/apps/visuali…
Browse files Browse the repository at this point in the history
…ze/_tsvb_markdown·ts - visualize app visualize ciGroup12 visual builder markdown should render mustache list (#108651)

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
DianaDerevyankina and kibanamachine authored Aug 18, 2021
1 parent 7a1ece6 commit d810c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/page_objects/visual_builder_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export class VisualBuilderPageObject extends FtrService {
await this.clearMarkdown();
const input = await this.find.byCssSelector('.tvbMarkdownEditor__editor textarea');
await input.type(markdown);
await this.common.sleep(3000);
await this.visChart.waitForVisualizationRenderingStabilized();
}

public async clearMarkdown() {
Expand Down

0 comments on commit d810c51

Please sign in to comment.