chore: fixes to tests

This commit is contained in:
Stefan Benz
2024-11-19 16:19:45 +01:00
parent 18e3d3ba87
commit 64beeabce4
5 changed files with 25 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
import { test } from "@playwright/test";
test("username, password and u2f login", async ({ page }) => {
// Given u2f is enabled on the organizaiton of the user
// Given u2f is enabled on the organization of the user
// Given the user has only u2f configured as second factor
// User enters username
// User enters password
@@ -11,7 +11,7 @@ test("username, password and u2f login", async ({ page }) => {
});
test("username, password and u2f login, multiple mfa options", async ({ page }) => {
// Given u2f and semailms otp is enabled on the organizaiton of the user
// Given u2f and semailms otp is enabled on the organization of the user
// Given the user has u2f and email otp configured as second factor
// User enters username
// User enters password