diff --git a/src/components/select/select.test.ts b/src/components/select/select.test.ts index 0f80a7e6..ce8576df 100644 --- a/src/components/select/select.test.ts +++ b/src/components/select/select.test.ts @@ -462,7 +462,7 @@ describe('', () => { await select.updateComplete; expect(select.value).to.equal('option-3'); - setTimeout(() => clickOnElement(resetButton)); + setTimeout(() => resetButton.click()); await oneEvent(form, 'reset'); await select.updateComplete; expect(select.value).to.equal('option-1');