Skip to content

Commit 6fdec25

Browse files
committed
Add missin assertion on cypress test
1 parent ce4f5d6 commit 6fdec25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cypress/e2e/playground.cy.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ describe('Cypress Playground', () => {
224224
.trigger('change')
225225

226226
cy.contains('#input-range p', `You're on level: ${index + 1}`)
227+
.should('be.visible')
227228
})
228229
})
229230

0 commit comments

Comments
 (0)