mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Update SplitButton.spec.js
This commit is contained in:
parent
09a2f9c793
commit
dda3d44b0d
1 changed files with 1 additions and 1 deletions
|
@ -51,6 +51,6 @@ describe('SplitButton.vue', () => {
|
|||
it('should hide when default button is clicked', async () => {
|
||||
await wrapper.vm.onDefaultButtonClick();
|
||||
|
||||
expect(wrapper.find('.p-tieredmenu.p-component').exists()).toBe(false);
|
||||
expect(wrapper.emitted()['click'][0]).toEqual([undefined]);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue