We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 948d0c8 commit ce4f5d6Copy full SHA for ce4f5d6
cypress/e2e/playground.cy.js
@@ -33,10 +33,7 @@ describe('Cypress Playground', () => {
33
"You've been successfully subscribed to our newsletter.",
34
).should('be.visible')
35
cy.tick(3000)
36
- cy.contains(
37
- '#click span#success',
38
- "You've been successfully subscribed to our newsletter.",
39
- ).should('not.be.visible')
+ cy.get('#click span#success').should('not.be.visible')
40
})
41
42
it("types in an input which 'signs' a form, then asserts it's signed", () => {
0 commit comments