Merge pull request 'fix ci' () from allow-secretary-to-edit-boats into main

Reviewed-on: 
This commit is contained in:
philipp 2025-02-10 18:47:28 +01:00
commit 80d8857c6b

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