[go: nahoru, domu]

Skip to content

Commit

Permalink
Fix MultiSelectComboBox event spy in test
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Jan 8, 2024
1 parent 3d38826 commit 81915fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/MultiSelectComboBox.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ describe('MultiSelectComboBox', () => {
expect(comboBox).to.exist;

await until(() => !!document.querySelector(`${overlayTag}[opened]`));
spy.resetHistory();

const comboBoxOverlay = document.body.querySelector(overlayTag);
expect(comboBoxOverlay).to.exist;
Expand Down

0 comments on commit 81915fb

Please sign in to comment.