Skip to content

Commit 8c0510e

Browse files
committed
Clarify test name.
1 parent f94130a commit 8c0510e

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
@@ -119,7 +119,7 @@ suite('Keyboard navigation', function () {
119119
);
120120
});
121121

122-
test('Right from block selects field', async function () {
122+
test('Right from block selects first field', async function () {
123123
await focusWorkspace(this.browser);
124124
await this.browser.pause(PAUSE_TIME);
125125
await setCurrentCursorNodeById(this.browser, 'create_canvas_1');

0 commit comments

Comments
 (0)