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 8de22c8 commit f48bccaCopy full SHA for f48bcca
playwright/example.spec.ts playwright/practice.spec.tsplaywright/example.spec.ts renamed to playwright/practice.spec.ts
@@ -1,6 +1,6 @@
1
import { test, expect } from "@playwright/test";
2
3
-test("Example", async ({ page }) => {
+test("Application should have correct initial state", async ({ page }) => {
4
await page.goto("");
5
expect(await page.getByRole("main").getByRole("link").all()).toHaveLength(22);
6
await expect(page.getByRole("main").getByRole("heading").first()).toHaveText(
0 commit comments