fix test
All checks were successful
CI/CD Pipeline / test (push) Successful in 10m1s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Has been skipped

This commit is contained in:
philipp 2024-07-13 20:03:10 +01:00
parent 4237fafdff
commit 088fe98995

View File

@ -221,7 +221,7 @@ test("Cox can start and finish trip with cox steering only", async ({ page }, te
await expect(page.locator("#shipmaster-newrowerjs")).toContainText("cox"); await expect(page.locator("#shipmaster-newrowerjs")).toContainText("cox");
await expect(page.locator("#steering_person-newrowerjs")).toContainText( await expect(page.locator("#steering_person-newrowerjs")).toContainText(
"rower2 cox", "cox",
); );
await page.getByRole("button", { name: "Ausfahrt eintragen" }).click(); await page.getByRole("button", { name: "Ausfahrt eintragen" }).click();
await expect(page.locator("body")).toContainText( await expect(page.locator("body")).toContainText(