diff --git a/test/e2e/cypress/integration/profiles/mfa/totp.spec.ts b/test/e2e/cypress/integration/profiles/mfa/totp.spec.ts index 2a9e5001b81..bfa21564833 100644 --- a/test/e2e/cypress/integration/profiles/mfa/totp.spec.ts +++ b/test/e2e/cypress/integration/profiles/mfa/totp.spec.ts @@ -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",