Created
January 8, 2022 12:49
-
-
Save hypeJunction/8c1c48658d5015029976ad30c10ebe0e 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
cy.getForm('Login'); | |
cy.getInput('Username').type('john.doe'); | |
cy.getInput('Password').type('secret'); | |
cy.getButton('Submit').press(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment