From d7be98e6f91097b22b0651da2d111318e2f4fb14 Mon Sep 17 00:00:00 2001 From: Max Peintner Date: Mon, 18 Nov 2024 16:55:11 +0100 Subject: [PATCH] Update acceptance/tests/login-configuration-possiblities.spec.ts --- .../tests/login-configuration-possiblities.spec.ts | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/acceptance/tests/login-configuration-possiblities.spec.ts b/acceptance/tests/login-configuration-possiblities.spec.ts index f277bdccac8..0f06bd94094 100644 --- a/acceptance/tests/login-configuration-possiblities.spec.ts +++ b/acceptance/tests/login-configuration-possiblities.spec.ts @@ -32,15 +32,13 @@ test("login with mfa setup, mfa setup prompt", async ({user, page}) => { // User is prompted to setup a mfa, mfa providers are listed, the user can choose the provider }); -test("login with mfa setup, mfa setup prompt", async ({user, page}) => { +test("login with mfa setup, no mfa setup prompt", async ({user, page}) => { // Given the organization has set "multifactor init check time" to 0 - // Given the organization has enabled all possible mfa types - // Given the user has a password but no mfa registered and never authenticated - - // enter login name - // enter password - // user is redirected to app -}); + // Given the organization has enabled mfa types + // Given the user has a password but no mfa registered + // User authenticates with loginname and password + // user is directly loged in and not prompted to setup mfa + }); test("login with mfa setup, force mfa for local authenticated users", async ({user, page}) => { // Given the organization has enabled force mfa for local authentiacted users