Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tudddorrr committed Oct 22, 2024
1 parent eea7f6c commit 0e2f9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/pages/ResetPassword.spec.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ describe('ResetPassword', () => {

cy.findByText('Success! Your password has been reset').should('exist')
cy.findByText('Go to Login').click()
cy.findByText('Welcome back').should('exist')
cy.findByText('Talo Game Services').should('exist')
})

it('should let users login with valid credentials', () => {
Expand Down

0 comments on commit 0e2f9d1

Please sign in to comment.