mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
fix failing test
This commit is contained in:
@@ -89,6 +89,7 @@ describe('<sl-select>', () => {
|
||||
el.addEventListener('sl-input', inputHandler);
|
||||
|
||||
el.focus();
|
||||
await el.updateComplete;
|
||||
await sendKeys({ press: ' ' }); // open the dropdown
|
||||
await aTimeout(200); // wait for the dropdown to open
|
||||
await sendKeys({ press: 'ArrowDown' }); // select the first option
|
||||
|
||||
Reference in New Issue
Block a user