try again tests
This commit is contained in:
@ -109,7 +109,7 @@ test("Cox can start and finish trip", async ({ page }, testInfo) => {
|
||||
await page.getByRole('link', { name: 'Ausloggen' }).click();
|
||||
// Login as admin
|
||||
await page.getByPlaceholder("Name").click();
|
||||
await page.getByPlaceholder("Name").fill("Vorstandsmitglied");
|
||||
await page.getByPlaceholder("Name").fill("main");
|
||||
await page.getByPlaceholder("Name").press("Tab");
|
||||
await page.getByPlaceholder("Passwort").fill("rower");
|
||||
await page.getByPlaceholder("Passwort").press("Enter");
|
||||
@ -219,7 +219,7 @@ test("Kiosk can start and finish trip", async ({ page }, testInfo) => {
|
||||
await page.goto("/auth");
|
||||
// Login as admin
|
||||
await page.getByPlaceholder("Name").click();
|
||||
await page.getByPlaceholder("Name").fill("Vorstandsmitglied");
|
||||
await page.getByPlaceholder("Name").fill("main");
|
||||
await page.getByPlaceholder("Name").press("Tab");
|
||||
await page.getByPlaceholder("Passwort").fill("rower");
|
||||
await page.getByPlaceholder("Passwort").press("Enter");
|
||||
@ -296,7 +296,7 @@ test("Cox can start and finish trip with cox steering only", async ({ page }, te
|
||||
await page.getByRole('link', { name: 'Ausloggen' }).click();
|
||||
// Login as admin
|
||||
await page.getByPlaceholder("Name").click();
|
||||
await page.getByPlaceholder("Name").fill("Vorstandsmitglied");
|
||||
await page.getByPlaceholder("Name").fill("main");
|
||||
await page.getByPlaceholder("Name").press("Tab");
|
||||
await page.getByPlaceholder("Passwort").fill("rower");
|
||||
await page.getByPlaceholder("Passwort").press("Enter");
|
||||
@ -365,7 +365,7 @@ test("Kiosk can start and finish trip in one stop", async ({ page }, testInfo) =
|
||||
await page.goto("/auth");
|
||||
// Login as admin
|
||||
await page.getByPlaceholder("Name").click();
|
||||
await page.getByPlaceholder("Name").fill("Vorstandsmitglied");
|
||||
await page.getByPlaceholder("Name").fill("main");
|
||||
await page.getByPlaceholder("Name").press("Tab");
|
||||
await page.getByPlaceholder("Passwort").fill("rower");
|
||||
await page.getByPlaceholder("Passwort").press("Enter");
|
||||
|
Reference in New Issue
Block a user