forked from Ruderverein-Donau-Linz/rowt
fix ci
This commit is contained in:
parent
bdf92f40f0
commit
c548bf211b
@ -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();
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user