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 8c39866 commit 30ca84fCopy full SHA for 30ca84f
test/webdriverio/test/test_setup.ts
@@ -457,8 +457,8 @@ export async function tabNavigateToWorkspace(
457
) {
458
// Move focus to initial pre-injection focusable div element.
459
//
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
+ // Ideally we'd just reset focus state to the state it is in when
+ // the document initially loads (and then send one tab), but alas
462
// there's no straightforward way to do that; see
463
// https://stackoverflow.com/q/51518855/4969945
464
await browser.execute(() => document.getElementById('focusableDiv')?.focus());
0 commit comments