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

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

View File

@@ -32,14 +32,12 @@ 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}) => {