From d4218289f002e036ca2f0d59892938c9f0b9d060 Mon Sep 17 00:00:00 2001 From: philipp <philipp@hofer.link> Date: Wed, 24 Apr 2024 08:27:54 +0200 Subject: [PATCH] fix ci --- frontend/tests/log.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/tests/log.spec.ts b/frontend/tests/log.spec.ts index 9aa84f8..64d2c09 100644 --- a/frontend/tests/log.spec.ts +++ b/frontend/tests/log.spec.ts @@ -32,7 +32,6 @@ test("Cox can start and cancel trip", async ({ page }, testInfo) => { await expect(page.locator("body")).toContainText( "Ausfahrt erfolgreich hinzugefĆ¼gt", ); - await page.getByText('2x').click(); await expect(page.locator("body")).toContainText("Joe"); await page.getByRole("link", { name: "Joe" }).click();