From 4dd656f566f8da627615ba3cf7a0bc3cea062985 Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Mon, 10 Feb 2025 18:44:01 +0100 Subject: [PATCH] fix ci --- frontend/tests/cox.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/tests/cox.spec.ts b/frontend/tests/cox.spec.ts index d91c26b..3ef645e 100644 --- a/frontend/tests/cox.spec.ts +++ b/frontend/tests/cox.spec.ts @@ -1,4 +1,4 @@ -import { test, expect, Page } from "@playwright/test"; +import { test, expect } from "@playwright/test"; test("cox can create and delete trip", async ({ page }) => { await page.goto("/auth");