fix CSS smoketests

This commit is contained in:
Joao Moreno 2018-04-19 09:20:54 +02:00
parent 359108ae2a
commit 4427c0ec9f

View file

@ -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);
}