Skip to content

Instantly share code, notes, and snippets.

@hypeJunction
Created January 8, 2022 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hypeJunction/8c1c48658d5015029976ad30c10ebe0e to your computer and use it in GitHub Desktop.
Save hypeJunction/8c1c48658d5015029976ad30c10ebe0e to your computer and use it in GitHub Desktop.
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