Skip to content

Commit

Permalink
Add missin assertion on cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
wlsf82 committed Dec 21, 2024
1 parent ce4f5d6 commit 6fdec25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/e2e/playground.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ describe('Cypress Playground', () => {
.trigger('change')

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

Expand Down

0 comments on commit 6fdec25

Please sign in to comment.