Skip to content

Commit 0b312b0

Browse files
committed
CSS smoketest fix for high DPI on Windows
@sandy081 and @joaomoreno
1 parent ba9c277 commit 0b312b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/automation/src/editor.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export class Editor {
8989
const line = `${editor} .view-lines > .view-line:nth-child(${lineNumber})`;
9090
const textarea = `${editor} textarea`;
9191

92-
await this.code.waitAndClick(line, 0, 0);
92+
await this.code.waitAndClick(line, 1, 1);
9393
await this.code.waitForActiveElement(textarea);
9494
}
9595

0 commit comments

Comments
 (0)