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
current^2
Sebi 2024-03-25 16:47:45 +01:00 zatwierdzone przez GitHub
rodzic 0b7e70bccf
commit 4aa5e9c1f2
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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');