diff --git a/test/automation/src/editor.ts b/test/automation/src/editor.ts index 97a8b5214a23d17a3c389ddade0b232b2e23c65c..dd564c9bd52b2147ca1b2f2ed9f892cbeb0a36d1 100644 --- a/test/automation/src/editor.ts +++ b/test/automation/src/editor.ts @@ -89,7 +89,7 @@ export class Editor { const line = `${editor} .view-lines > .view-line:nth-child(${lineNumber})`; const textarea = `${editor} textarea`; - await this.code.waitAndClick(line, 0, 0); + await this.code.waitAndClick(line, 1, 1); await this.code.waitForActiveElement(textarea); }