Created
June 29, 2021 05:30
-
-
Save magyarmelinda/796c38681047af1e5673abbc3cdfbc02 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
it('Should Mark a Todo Item As Done And Delete It', () => { | |
cy.get('#todoText').should('be.empty').and('be.visible').type('Learn About Cypress{enter}') | |
cy.get('.form-check-input').should('be.visible').check() | |
cy.get('.pointerMouse').should('be.visible').click() | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment