Skip to content

Commit

Permalink
test(e2e): potentially resolve flaky login test
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 24, 2021
1 parent ae20c17 commit e237d66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@ describe('Basic email profile with succeeding login flows', () => {
})

it('should redirect to return_to when retrying expired flow', () => {
cy.longLoginLifespan()
cy.get(appPrefix('express') + 'input[name="password_identifier"]').type(
email.toUpperCase()
)
cy.get('input[name="password"]').type(password)

cy.longLoginLifespan()
cy.submitPasswordForm()
cy.get('[data-testid="ui/message/4010001"]').should(
'contain.text',
Expand Down

0 comments on commit e237d66

Please sign in to comment.