Merge branch 'main' of ssh://git.hofer.link:2222/philipp/hacky-ruadat

This commit is contained in:
Philipp Hofer 2025-04-02 15:40:58 +02:00
commit 84ec6eaeb5

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