mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Fixed #5095 - Unit tests in the master branch are failing
This commit is contained in:
parent
a40796714c
commit
48aa388953
7 changed files with 22 additions and 68 deletions
|
@ -21,7 +21,6 @@ describe('Checkbox.vue', () => {
|
|||
it('should exist', async () => {
|
||||
await wrapper.setProps({ modelValue: true });
|
||||
|
||||
expect(wrapper.find('.p-checkbox-checked').exists()).toBe(true);
|
||||
expect(wrapper.find('.p-checkbox-box.p-highlight').exists()).toBe(true);
|
||||
expect(wrapper.find('.p-checkbox.p-highlight').exists()).toBe(true);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue