Skip to content

Commit

Permalink
use Shift
Browse files Browse the repository at this point in the history
  • Loading branch information
dlockhart committed Jun 14, 2023
1 parent e382877 commit ad3e74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/web-test-runner-helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const fixture = async(element, opts) => {
};

export const focusWithKeyboard = async(element) => {
await sendKeys({ press: 'Escape' });
await sendKeys({ press: 'Shift' });
element.focus({ focusVisible: true });
};

Expand Down

0 comments on commit ad3e74b

Please sign in to comment.