This commit is contained in:
Philipp Hofer 2025-02-10 18:44:01 +01:00
parent 4d58bd3cae
commit 4dd656f566

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