Update frontend/tests/cox.spec.ts
All checks were successful
CI/CD Pipeline / test (push) Successful in 23m41s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Has been skipped

This commit is contained in:
philipp 2025-01-10 14:16:05 +01:00
parent c6aa25fe0e
commit 352dad8e6c

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