Skip to content

Commit ed6e17c

Browse files
committed
.
1 parent 8afbba1 commit ed6e17c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/index.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { test, expect } from "@playwright/test";
22

33
test("Has Index title", async ({ page }) => {
4-
//await page.goto('https://playwright.dev/');
54
await page.goto("/");
65

76
// Expect a title "to contain" a substring.

0 commit comments

Comments
 (0)