提交 0b312b08 编写于 作者: A Alex Ross

CSS smoketest fix for high DPI on Windows

@sandy081 and @joaomoreno
上级 ba9c2775
......@@ -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);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册