Skip to content

Commit

Permalink
fix: Cypress TOTP test
Browse files Browse the repository at this point in the history
  • Loading branch information
hperl authored and aeneasr committed Jun 21, 2023
1 parent 4984e0f commit eac908c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/cypress/integration/profiles/mfa/totp.spec.ts
Expand Up @@ -85,7 +85,7 @@ context("2FA TOTP", () => {
})
cy.get('*[name="method"][value="totp"]').click()
cy.location("pathname").should((loc) => {
expect(loc).to.oneOf(["/welcome", "/", "/sessions"])
expect(loc).to.oneOf(["/welcome", "/", "/sessions", "/settings"])
})
cy.getSession({
expectAal: "aal2",
Expand Down

0 comments on commit eac908c

Please sign in to comment.