Skip to content

Commit 30ca84f

Browse files
committed
docs(tests): Fix typo
1 parent 8c39866 commit 30ca84f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/webdriverio/test/test_setup.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,8 +457,8 @@ export async function tabNavigateToWorkspace(
457457
) {
458458
// Move focus to initial pre-injection focusable div element.
459459
//
460-
// Ideally we'd just rest focus state to the state it is in when the
461-
// document initially loads (and then send one tab), but alas
460+
// Ideally we'd just reset focus state to the state it is in when
461+
// the document initially loads (and then send one tab), but alas
462462
// there's no straightforward way to do that; see
463463
// https://stackoverflow.com/q/51518855/4969945
464464
await browser.execute(() => document.getElementById('focusableDiv')?.focus());

0 commit comments

Comments
 (0)