Fixed Firefox select-test (#1921)

* - added firefox as a test target
- fixed failing firefox select-test

* reverted the firefox test target, since the color-picker test still fails
This commit is contained in:
Sebi
2024-03-25 16:47:45 +01:00
committed by GitHub
parent 0b7e70bccf
commit 4aa5e9c1f2

View File

@@ -462,7 +462,7 @@ describe('<sl-select>', () => {
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');