mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fix PR build
This commit is contained in:
parent
9efbcd3f77
commit
bc4d8792ea
4 changed files with 9 additions and 3 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue