Skip to content

Instantly share code, notes, and snippets.

@DannyFeliz
Created November 25, 2020 07:14
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 DannyFeliz/b4ffe4aa925ade575a5184722591af7c to your computer and use it in GitHub Desktop.
Save DannyFeliz/b4ffe4aa925ade575a5184722591af7c to your computer and use it in GitHub Desktop.
class LoginPageObject {
getEmailInput() {
return cy.get("#email");
}
getPasswordInput() {
return cy.get("#password");
}
}
export default LoginPageObject;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment