fix ci
Some checks failed
CI/CD Pipeline / test (push) Has been cancelled
CI/CD Pipeline / deploy-main (push) Has been cancelled

This commit is contained in:
Philipp Hofer 2025-04-28 22:39:45 +02:00
parent bdf92f40f0
commit c548bf211b

View File

@ -129,7 +129,7 @@ test.describe("cox can edit trips", () => {
await sharedPage.getByPlaceholder("Passwort").fill("rower");
await sharedPage.getByPlaceholder("Passwort").press("Enter");
await sharedPage.goto("/planned");
await sharedPage.goto("/");
await sharedPage.getByRole('link', { name: 'Mitrudern' }).nth(1).click();
@ -142,7 +142,7 @@ test.describe("cox can edit trips", () => {
await sharedPage.getByPlaceholder("Passwort").fill("cox");
await sharedPage.getByPlaceholder("Passwort").press("Enter");
await sharedPage.goto("/planned");
await sharedPage.goto("/");
// ... now I can cancel trip
@ -171,7 +171,7 @@ test.describe("cox can edit trips", () => {
await sharedPage.getByPlaceholder("Passwort").fill("rower");
await sharedPage.getByPlaceholder("Passwort").press("Enter");
await sharedPage.goto("/planned");
await sharedPage.goto("/");
await sharedPage.getByRole('link', { name: 'Abmelden' }).click();