try to fix ci
This commit is contained in:
@@ -117,6 +117,7 @@ test.describe("cox can edit trips", () => {
|
||||
|
||||
// Someone registers...
|
||||
await page.goto("/auth/logout");
|
||||
await page.waitForURL("/auth");
|
||||
await login(page, "rower", "rower");
|
||||
|
||||
await page.goto("/planned");
|
||||
@@ -124,6 +125,7 @@ test.describe("cox can edit trips", () => {
|
||||
|
||||
// Login as cox again
|
||||
await page.goto("/auth/logout");
|
||||
await page.waitForURL("/auth");
|
||||
await login(page, "cox", "cox");
|
||||
|
||||
await page.goto("/planned");
|
||||
|
||||
Reference in New Issue
Block a user