mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
- fix Fieldset.spec.js, Galleria.spec.js
This commit is contained in:
parent
cdcee4ca8a
commit
f5efd2b0f7
2 changed files with 5 additions and 4 deletions
|
@ -20,7 +20,8 @@ describe('Fieldset.vue', () => {
|
|||
it('should exist', () => {
|
||||
expect(wrapper.find('.p-fieldset.p-component').exists()).toBe(true);
|
||||
expect(wrapper.find('.p-fieldset-legend').exists()).toBe(true);
|
||||
expect(wrapper.find('.p-toggleable-content').exists()).toBe(true);
|
||||
expect(wrapper.find('.p-fieldset-toggle-button').exists()).toBe(true);
|
||||
expect(wrapper.find('.p-fieldset-content-container').exists()).toBe(true);
|
||||
});
|
||||
|
||||
it('toggleable check', async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue