Merge pull request 'Update frontend/tests/cox.spec.ts' (#852) from fix-new-npm into staging
All checks were successful
CI/CD Pipeline / test (push) Successful in 12m31s
CI/CD Pipeline / deploy-staging (push) Successful in 19m56s
CI/CD Pipeline / deploy-main (push) Has been skipped

Reviewed-on: #852
This commit is contained in:
philipp 2025-01-10 14:34:34 +01:00
commit 63bf1015cc

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