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