test: scope homepage registration link

This commit is contained in:
codex 2026-08-11 06:45:38 -03:00
parent affb6f3da8
commit 1281de2a04

View File

@ -82,7 +82,9 @@ test("shows Brad's professional homepage and opens the platform diagram overlay"
await expect(page.getByRole("link", { name: "View Résumé" })).toBeVisible();
await expect(page.getByRole("link", { name: "Explore the Live Platform" })).toBeVisible();
await expect(page.getByRole("button", { name: "Login" })).toBeVisible();
await expect(page.getByRole("link", { name: "Register" })).toBeVisible();
await expect(
page.getByLabel("Primary navigation").getByRole("link", { name: "Register" }),
).toBeVisible();
await expect(page.getByRole("heading", { name: "Quality Systems I Can Take From Zero to Reliable" })).toBeVisible();
await expect(page.getByRole("link", { name: "Nextcloud", exact: true })).toBeVisible();
await expect(page.getByText("2 of 2 online")).toBeVisible();