rebase to rowt #12

Merged
philipp merged 56 commits from upd into main 2025-04-28 22:41:33 +02:00
Showing only changes of commit c548bf211b - Show all commits

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();