diff --git a/src/components/select/select.test.ts b/src/components/select/select.test.ts index 47439f553..48d9f7c0a 100644 --- a/src/components/select/select.test.ts +++ b/src/components/select/select.test.ts @@ -89,6 +89,7 @@ describe('', () => { 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