We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a79c16 commit ddeb2a7Copy full SHA for ddeb2a7
test/webdriverio/test/workspace_comment_test.ts
@@ -211,8 +211,8 @@ suite('Workspace comment navigation', function () {
211
chai.assert.deepEqual(initialPosition, [200, 200]);
212
213
await sendKeyAndWait(this.browser, 'm');
214
- await sendKeyAndWait(this.browser, Key.ArrowUp, 2);
215
- await sendKeyAndWait(this.browser, Key.ArrowLeft);
+ await keyUp(this.browser, 2);
+ await keyLeft(this.browser);
216
await sendKeyAndWait(this.browser, Key.Enter);
217
218
const newPosition = await this.getCommentLocation(this.commentId1);
0 commit comments