Skip to content

Commit

Permalink
more timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
dlockhart committed Dec 4, 2024
1 parent b389f75 commit 380ccdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/filter/test/filter.vdiff.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ describe('filter', () => {

await clickElem(elem.shadowRoot.querySelector(selector));
await hoverAt(0, 0);
await nextFrame();
await aTimeout(300);
await expect(elem).to.be.golden();
});
});
Expand Down Expand Up @@ -333,6 +333,7 @@ describe('filter', () => {
await clickElem(elem.shadowRoot.querySelector('d2l-list-item'));
await clickElem(elem.shadowRoot.querySelector('d2l-list-item[label="Custom date range, expand to choose dates"]'));
await hoverAt(0, 0);
await aTimeout(300);
await expect(elem).to.be.golden();
});

Expand Down

0 comments on commit 380ccdf

Please sign in to comment.