add more test scenarios

This commit is contained in:
Fabienne
2024-11-18 15:30:29 +01:00
parent 3a22045b36
commit bbc8d05a86
19 changed files with 384 additions and 86 deletions

View File

@@ -33,7 +33,7 @@ test("username, password and u2f login", async ({user, page}) => {
// User enters password
// Popup for u2f is directly opened
// User verifies u2f
// User is redirected to the app
// User is redirected to the app (default redirect url)
});
@@ -48,5 +48,5 @@ test("username, password and u2f login, multiple mfa options", async ({user, pag
// User clicks button to use email otp as second factor
// User receives an email with a verification code
// User enters code in ui
// User is redirected to the app
// User is redirected to the app (default redirect url)
});