Skip to content

Commit

Permalink
Fix the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
YonatanKra committed Feb 13, 2022
1 parent d48d8e9 commit 8a8cc52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/popup/test/popup.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ describe('popup', () => {

anchorElement.style.height = '20px';

await waitNextTask();
await waitInterval(20);
expect(updatePositionCallCount).to.equal(1);
});

Expand Down

0 comments on commit 8a8cc52

Please sign in to comment.