fix failing test

pull/1060/head
Cory LaViska 2022-12-08 09:01:33 -05:00
rodzic 1841251fdf
commit 0237851aa1
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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