Fix PR build

This commit is contained in:
FlipWarthog 2023-10-11 21:33:01 -04:00
parent 9efbcd3f77
commit bc4d8792ea
4 changed files with 9 additions and 3 deletions

View file

@ -37,7 +37,7 @@ describe('Rating.vue', () => {
it('When star is clicked, onOptionClick method should triggered', async () => {
await wrapper.find('.p-rating-item').trigger('click');
expect(wrapper.find('.p-focus').exists()).toBe(true);
expect(wrapper.find('[data-p-focused="true"]').exists()).toBe(true);
});
it('When input focused, focusedOptionIndex value should changed', async () => {