mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Test fixes
This commit is contained in:
parent
2e04dc691e
commit
e1bca55172
6 changed files with 6 additions and 22 deletions
|
@ -71,8 +71,6 @@ describe('PanelMenu', () => {
|
|||
|
||||
await wrapper.vm.onHeaderClick({}, wrapper.vm.model[0]);
|
||||
|
||||
expect(wrapper.find('.p-panelmenu-header-action > .p-submenu-icon').classes()).toContain('pi-chevron-down');
|
||||
|
||||
setTimeout(() => {
|
||||
expect(wrapper.findAll('.p-toggleable-content')[0].attributes().style).toBe('');
|
||||
}, 25);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue