Update frontend/tests/cox.spec.ts #852

Merged
philipp merged 1 commits from fix-new-npm into staging 2025-01-10 14:34:35 +01:00

View File

@ -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 }) => { test("cox can create and delete trip", async ({ page }) => {
await page.goto("/auth"); await page.goto("/auth");