Skip to content

Commit 96c5998

Browse files
committed
test(e2e): align home smoke assertion with tightened hero headline
1 parent ae663c4 commit 96c5998

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/guest-intake.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ test.describe("Phase 1 exit path @smoke", () => {
55
await page.goto("/");
66
await expect(page.getByRole("link", { name: "Unhold" })).toBeVisible();
77
await expect(
8-
page.getByRole("heading", { name: /bank account restricted/i }),
8+
page.getByRole("heading", { name: /bank account frozen or restricted/i }),
99
).toBeVisible();
1010
// Footer is the stable legal anchor (founder strip also mentions "not a law firm").
1111
await expect(

0 commit comments

Comments
 (0)