Skip to content

Commit

Permalink
Update test with missing assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
wlsf82 authored Dec 18, 2024
1 parent 58dde63 commit a49489c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/playground.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ describe('Cypress Playground', () => {
cy.contains(
'#date-section #date-section-paragraph',
'Current date: 1982-04-15'
)
).should('be.visible')
})

it('copies the code, types it, submits it, then asserts on the success message', () => {
Expand Down

0 comments on commit a49489c

Please sign in to comment.