Skip to content

Commit

Permalink
[ONL-7529] fix popover unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
raulwwq0 committed Jun 22, 2023
1 parent c785c0f commit 2f52922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ec-popover/ec-popover.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe('EcPopover component', () => {
const wrapper = mountEcPopover({}, {
attrs: { onShow: showSpy },
});
await wrapper.findComponent({ name: 'FvDropdown' }).vm.$emit('show');
await wrapper.findComponent({ name: 'VDropdown' }).vm.$emit('show');
expect(showSpy).toHaveBeenCalledTimes(1);
});

Expand Down

0 comments on commit 2f52922

Please sign in to comment.