Skip to content

Commit

Permalink
Corrected the credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
tmhung88 committed Oct 8, 2019
1 parent f7ae0dd commit 6edbe0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/page-objects/sign-in-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export class SignInPage {
}

login() {
cy.get('input[name="email"]').type('test1234@test.com')
cy.get('input[name="password"]').type('12345678')
cy.get('input[name="email"]').type('howto_reader@test.com')
cy.get('input[name="password"]').type('test1234')
cy.get('button[type="submit"]').click()
return new HowToPage()
}
Expand Down

0 comments on commit 6edbe0d

Please sign in to comment.