Update acceptance/tests/login-configuration-possiblities.spec.ts

This commit is contained in:
Max Peintner
2024-11-18 16:55:03 +01:00
committed by GitHub
parent 8033fa7dd6
commit 054cb4672f

View File

@@ -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}) => {