staging #858

Merged
philipp merged 4 commits from staging into main 2025-02-10 18:48:57 +01:00
Showing only changes of commit 63bf1015cc - Show all commits

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 }) => {
await page.goto("/auth");