Merge branch 'main' of ssh://git.hofer.link:2222/philipp/hacky-ruadat
All checks were successful
CI/CD Pipeline / test (push) Successful in 19m19s
CI/CD Pipeline / deploy-main (push) Successful in 25m46s

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