pull/1060/head
Cory LaViska 2022-12-08 11:16:08 -05:00
rodzic e9134ddcf6
commit 066abe4e52
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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