Skip to content

Commit

Permalink
BC-4968 update login.js
Browse files Browse the repository at this point in the history
  • Loading branch information
UzaeirKhan committed Sep 7, 2023
1 parent b918413 commit 0cfc33e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cypress/support/custom_commands/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ Cypress.Commands.add('login', (username, environment) => {
})
})
} else {
console.log(`${env[userEmail]} ...... ${env[userPassword]}`)
cy.get(emailInputFieldElement).type(env[userEmail], { log: false })
cy.get(passwordInputFieldElement).type(env[userPassword], { log: false })
cy.get(submitButton).click()
Expand Down

0 comments on commit 0cfc33e

Please sign in to comment.