Skip to content

Commit

Permalink
Fixed Firefox select-test (#1921)
Browse files Browse the repository at this point in the history
* - added firefox as a test target
- fixed failing firefox select-test

* reverted the firefox test target, since the color-picker test still fails
  • Loading branch information
klaarseSICKAG committed Mar 25, 2024
1 parent 0b7e70b commit 4aa5e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/select/select.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 4aa5e9c

Please sign in to comment.