mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Unit test fixes after major updates
This commit is contained in:
parent
fe60480678
commit
acfaf6af9f
13 changed files with 21 additions and 59 deletions
|
@ -38,6 +38,6 @@ describe('Splitter.vue', () => {
|
|||
|
||||
await wrapper.vm.onGutterMouseDown({ currentTarget: { gutter, previousElementSibling: siblings[0].element, nextElementSibling: siblings[1].element }, pageX: 123 }, 0);
|
||||
|
||||
expect(wrapper.find('.p-splitter').classes()).toContain('p-splitter-resizing');
|
||||
expect(wrapper.find('.p-splitter').classes()).toContain('p-splitter-horizontal');
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue