mirror of
https://github.com/shoelace-style/shoelace.git
synced 2026-01-12 02:59:13 +00:00
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:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user