also verify logbook entry successfully created
Some checks failed
CI/CD Pipeline / deploy-staging (push) Blocked by required conditions
CI/CD Pipeline / deploy-main (push) Blocked by required conditions
CI/CD Pipeline / test (push) Has been cancelled

This commit is contained in:
2024-03-04 14:04:13 +01:00
parent c98170636b
commit eb483d9959
3 changed files with 84 additions and 1 deletions

View File

@ -15,7 +15,7 @@ test("cox can create and delete trip", async ({ page }) => {
await page.locator("#sidebar #planned_starting_time").press("Tab");
await page.getByRole("spinbutton").fill("5");
await page.getByRole("button", { name: "Erstellen", exact: true }).click();
await expect(page.locator("body")).toContainText("18:00 Uhr (cox) Details");
await expect(page.locator("body")).toContainText("18:00 Uhr (cox ) Details");
await page.goto("http://localhost:8000/planned");
await page.getByRole("link", { name: "Details" }).click();