🤷🏻‍♂️

This commit is contained in:
Cory LaViska
2023-12-05 16:41:57 -05:00
parent 58d3afff63
commit 63679be53d

View File

@@ -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;