Merge pull request 'fix-new-npm' (#853) from fix-new-npm into main
All checks were successful
CI/CD Pipeline / test (push) Successful in 12m35s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Successful in 20m24s

Reviewed-on: #853
This commit is contained in:
philipp 2025-01-10 14:35:40 +01:00
commit 67e790a82e

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