Skip to content

Commit f48bcca

Browse files
committed
renamed test
1 parent 8de22c8 commit f48bcca

File tree

1 file changed

+1
-1
lines changed

1 file changed

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

3-
test("Example", async ({ page }) => {
3+
test("Application should have correct initial state", async ({ page }) => {
44
await page.goto("");
55
expect(await page.getByRole("main").getByRole("link").all()).toHaveLength(22);
66
await expect(page.getByRole("main").getByRole("heading").first()).toHaveText(

0 commit comments

Comments
 (0)