mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 05:58:20 +00:00
fix CSS smoketests
This commit is contained in:
parent
359108ae2a
commit
4427c0ec9f
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
await this.code.waitAndClick(line, 0, 0);
|
||||
await this.code.waitForActiveElement(textarea);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue