Skip to content

Commit 1b44fa8

Browse files
committed
Update component test
1 parent 418bfc7 commit 1b44fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/vue-ui-rating.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ describe('<VueUiRating />', () => {
184184

185185
cy.get(`[data-cy="rating-tooltip-${i}"]`)
186186
.should('exist')
187-
.contains(`${Object.keys(fixture.dataset.rating)[i]} : ${fixture.dataset.rating[`${i + 1}`]}`)
187+
.contains(`${Object.keys(fixture.dataset.rating)[i]}:${fixture.dataset.rating[`${i + 1}`]}`)
188188
}
189189
});
190190
});

0 commit comments

Comments
 (0)