We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac0e25f commit 6016055Copy full SHA for 6016055
basic/0-failing.spec.ts
@@ -4,6 +4,7 @@ import { test } from "./base.ts";
4
test("basic test @basic", async ({ page }) => {
5
await page.goto("https://demo.playwright.dev/todomvc");
6
7
+console.log("test");
8
// Use locators to represent a selector and re-use them
9
const inputBox = page.locator("input.new-todo");
10
const todoList = page.locator(".todo-list");
0 commit comments