Skip to content

Commit cd1657a

Browse files
committed
wip
1 parent 6016055 commit cd1657a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

basic/0-failing.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { expect } from "@playwright/test";
22
import { test } from "./base.ts";
33

4+
45
test("basic test @basic", async ({ page }) => {
56
await page.goto("https://demo.playwright.dev/todomvc");
67

0 commit comments

Comments
 (0)