From 352dad8e6c62f22baf4002b8f78b5ccbf55884d9 Mon Sep 17 00:00:00 2001 From: philipp Date: Fri, 10 Jan 2025 14:16:05 +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 d91c26b..3fe7d9d 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");