From eac908c4fc14831288e6fd5b3c65ac197d2f58e1 Mon Sep 17 00:00:00 2001 From: Henning Perl Date: Wed, 21 Jun 2023 09:04:00 +0200 Subject: [PATCH] fix: Cypress TOTP test --- test/e2e/cypress/integration/profiles/mfa/totp.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/cypress/integration/profiles/mfa/totp.spec.ts b/test/e2e/cypress/integration/profiles/mfa/totp.spec.ts index 2a9e5001b810..bfa21564833b 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",