mirror of
https://github.com/shoelace-style/shoelace.git
synced 2026-01-12 11:09:13 +00:00
wait longer
This commit is contained in:
@@ -91,7 +91,7 @@ describe('<sl-select>', () => {
|
||||
el.focus();
|
||||
await el.updateComplete;
|
||||
await sendKeys({ press: ' ' }); // open the dropdown
|
||||
await aTimeout(200); // wait for the dropdown to open
|
||||
await aTimeout(500); // wait for the dropdown to open
|
||||
await sendKeys({ press: 'ArrowDown' }); // select the first option
|
||||
await el.updateComplete;
|
||||
await sendKeys({ press: 'ArrowDown' }); // select the second option
|
||||
|
||||
Reference in New Issue
Block a user