mirror of
https://github.com/shoelace-style/shoelace.git
synced 2026-01-12 02:59:13 +00:00
🤷🏻♂️
This commit is contained in:
@@ -156,6 +156,7 @@ describe('<sl-select>', () => {
|
||||
await el.updateComplete;
|
||||
await sendKeys({ press: 'ArrowDown' }); // move selection to the third option
|
||||
await el.updateComplete;
|
||||
el.focus(); // For some reason, the browser loses focus before we press enter. Refocus the select.
|
||||
await sendKeys({ press: 'Enter' }); // commit the selection
|
||||
await el.updateComplete;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user