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 243d0bb commit 6cdb604Copy full SHA for 6cdb604
test/webdriverio/test/basic_test.ts
@@ -116,7 +116,7 @@ suite('Keyboard navigation', function () {
116
);
117
});
118
119
- test('Right from block selects field', async function () {
+ test('Right from block selects first field', async function () {
120
await focusWorkspace(this.browser);
121
await this.browser.pause(PAUSE_TIME);
122
await setCurrentCursorNodeById(this.browser, 'create_canvas_1');
0 commit comments