Merge pull request 'fix ci' (#856) from allow-secretary-to-edit-boats into staging
Some checks are pending
CI/CD Pipeline / test (push) Waiting to run
CI/CD Pipeline / deploy-staging (push) Blocked by required conditions
CI/CD Pipeline / deploy-main (push) Blocked by required conditions

Reviewed-on: #856
This commit is contained in:
philipp 2025-02-10 18:48:22 +01:00
commit c7c92c83fb

View File

@ -1,5 +1,4 @@
import { test, expect, } from "@playwright/test";
import type { Page } from "@playwright/test";
import { test, expect } from "@playwright/test";
test("cox can create and delete trip", async ({ page }) => {
await page.goto("/auth");