Skip to content

Commit a49489c

Browse files
authored
Update test with missing assertion
1 parent 58dde63 commit a49489c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/playground.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ describe('Cypress Playground', () => {
266266
cy.contains(
267267
'#date-section #date-section-paragraph',
268268
'Current date: 1982-04-15'
269-
)
269+
).should('be.visible')
270270
})
271271

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

0 commit comments

Comments
 (0)