From f43cd7392e10af61a4814e0fb457d7cd9adbd589 Mon Sep 17 00:00:00 2001 From: philipp Date: Fri, 10 Jan 2025 14:37:10 +0100 Subject: [PATCH] Update frontend/tests/cox.spec.ts --- frontend/tests/cox.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/tests/cox.spec.ts b/frontend/tests/cox.spec.ts index 589e7dc..1b4717b 100644 --- a/frontend/tests/cox.spec.ts +++ b/frontend/tests/cox.spec.ts @@ -1,4 +1,5 @@ -import { test, expect, Page } from "@playwright/test"; +import { test, expect, } from "@playwright/test"; +import type { Page } from "@playwright/test"; test("cox can create and delete trip", async ({ page }) => { await page.goto("/auth");