Skip to content

Commit

Permalink
Initial Commit for input type change
Browse files Browse the repository at this point in the history
Signed-off-by: roman-rezinkin <roman.rezinkin@hotmail.com>
  • Loading branch information
roman-rezinkin committed Oct 10, 2021
1 parent 08f73e2 commit 57e3b46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypress/support/commands.js
Expand Up @@ -7,7 +7,7 @@
// commands please read more here:
// https://on.cypress.io/custom-commands
// ***********************************************
//
// @author Roman Rezinkin roman.rezinkin@hotmail.com
//
// -- This is a parent command --
// Cypress.Commands.add('login', (email, password) => { ... })
Expand Down
2 changes: 1 addition & 1 deletion cypress/support/page_objects/mainPage.js
Expand Up @@ -71,7 +71,7 @@ export class _mainPage {

// Redirected to new URL, feed details
//
cy.get('input[type="email"]').type(userCred.username)
cy.get('input[type="text"]').type(userCred.username)
cy.get('input[type="password"]').type(userCred.password)
cy.get('button:contains("SIGN UP")').click()

Expand Down

0 comments on commit 57e3b46

Please sign in to comment.