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 8afbba1 commit ed6e17cCopy full SHA for ed6e17c
tests/index.spec.ts
@@ -1,7 +1,6 @@
1
import { test, expect } from "@playwright/test";
2
3
test("Has Index title", async ({ page }) => {
4
- //await page.goto('https://playwright.dev/');
5
await page.goto("/");
6
7
// Expect a title "to contain" a substring.
0 commit comments