Skip to content

Instantly share code, notes, and snippets.

@hypeJunction
Created January 8, 2022 13:17
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/89ba4989ced239ec931fdffd4043ae1a to your computer and use it in GitHub Desktop.
Save hypeJunction/89ba4989ced239ec931fdffd4043ae1a to your computer and use it in GitHub Desktop.
cy.getForm('Login').within(() => {
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