From 054cb4672f07ef7b1267d5734892c85d72e63b48 Mon Sep 17 00:00:00 2001 From: Max Peintner Date: Mon, 18 Nov 2024 16:55:03 +0100 Subject: [PATCH] Update acceptance/tests/login-configuration-possiblities.spec.ts --- .../tests/login-configuration-possiblities.spec.ts | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/acceptance/tests/login-configuration-possiblities.spec.ts b/acceptance/tests/login-configuration-possiblities.spec.ts index 0fb3b78975a..f277bdccac8 100644 --- a/acceptance/tests/login-configuration-possiblities.spec.ts +++ b/acceptance/tests/login-configuration-possiblities.spec.ts @@ -26,13 +26,10 @@ const test = base.extend<{ user: PasswordUser }>({ }); test("login with mfa setup, mfa setup prompt", async ({user, page}) => { - // Given the organization has set "multifactor init check time" to 40 - // 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 prompted to setup a mfa, all possible mfa providers are listed, the user can choose the provider + // Given the organization has enabled at least one mfa types + // Given the user has a password but no mfa registered + // User authenticates with login name and password + // 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}) => {