Test fixes

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-05 12:22:45 +03:00
parent 2e04dc691e
commit e1bca55172
6 changed files with 6 additions and 22 deletions

View file

@ -23,6 +23,5 @@ describe('Checkbox.vue', () => {
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-icon.pi.pi-check').exists()).toBe(true);
});
});