Compare commits
2 Commits
c6aa25fe0e
...
63bf1015cc
Author | SHA1 | Date | |
---|---|---|---|
63bf1015cc | |||
352dad8e6c |
@@ -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 }) => {
|
test("cox can create and delete trip", async ({ page }) => {
|
||||||
await page.goto("/auth");
|
await page.goto("/auth");
|
||||||
|
Reference in New Issue
Block a user