Skip to content

Commit c9a6b45

Browse files
committed
revert
1 parent ba8d7d1 commit c9a6b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/page_objects/visual_builder_page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export function VisualBuilderPageProvider({ getService, getPageObjects }: FtrPro
130130
public async enterMarkdown(markdown: string) {
131131
const input = await find.byCssSelector('.tvbMarkdownEditor__editor textarea');
132132
await this.clearMarkdown();
133-
await input.type(markdown);
133+
await input.type(markdown, { charByChar: true });
134134
await PageObjects.visChart.waitForVisualizationRenderingStabilized();
135135
}
136136

0 commit comments

Comments
 (0)