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();