Skip to content

Commit 6cdb604

Browse files
committed
Clarify test name.
1 parent 243d0bb commit 6cdb604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/webdriverio/test/basic_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ suite('Keyboard navigation', function () {
116116
);
117117
});
118118

119-
test('Right from block selects field', async function () {
119+
test('Right from block selects first field', async function () {
120120
await focusWorkspace(this.browser);
121121
await this.browser.pause(PAUSE_TIME);
122122
await setCurrentCursorNodeById(this.browser, 'create_canvas_1');

0 commit comments

Comments
 (0)