We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba9c277 commit 0b312b0Copy full SHA for 0b312b0
test/automation/src/editor.ts
@@ -89,7 +89,7 @@ export class Editor {
89
const line = `${editor} .view-lines > .view-line:nth-child(${lineNumber})`;
90
const textarea = `${editor} textarea`;
91
92
- await this.code.waitAndClick(line, 0, 0);
+ await this.code.waitAndClick(line, 1, 1);
93
await this.code.waitForActiveElement(textarea);
94
}
95
0 commit comments