Skip to content

Commit

Permalink
more waiting
Browse files Browse the repository at this point in the history
  • Loading branch information
dlockhart committed Nov 20, 2024
1 parent cbeb8a6 commit c17b6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/filter/test/filter.vdiff.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ describe('filter', () => {
const listItem = elem.shadowRoot.querySelector('d2l-list-item');
await sendKeysElem(listItem, 'press', 'ArrowDown');
await nextFrame();
await aTimeout(300); // make sure tooltip does not appear
await aTimeout(500); // make sure tooltip does not appear
await expect(document).to.be.golden();
});

Expand Down

0 comments on commit c17b6f2

Please sign in to comment.