Skip to content

Commit

Permalink
test: resolve remaining regressions
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 19, 2021
1 parent 53b8b2a commit f02804c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ context('Mobile Profile', () => {
cy.get('*[data-testid="field/totp_unlink/true"]').should('exist')

// Lets sign in
cy.visit(MOBILE_URL + '/Login?aal=aal2')
cy.visit(MOBILE_URL + '/Login?aal=aal2&refresh=true')

// First use a wrong code
cy.get('*[data-testid="field/totp_code"]').type('111111')
Expand Down

0 comments on commit f02804c

Please sign in to comment.