Skip to content

Commit 6016055

Browse files
committed
chore: test
1 parent ac0e25f commit 6016055

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
@@ -4,6 +4,7 @@ import { test } from "./base.ts";
44
test("basic test @basic", async ({ page }) => {
55
await page.goto("https://demo.playwright.dev/todomvc");
66

7+
console.log("test");
78
// Use locators to represent a selector and re-use them
89
const inputBox = page.locator("input.new-todo");
910
const todoList = page.locator(".todo-list");

0 commit comments

Comments
 (0)