From 3d0367bc5bd9e53fb9780c4f9e71d4be34644fb3 Mon Sep 17 00:00:00 2001 From: Richard R Date: Sun, 31 May 2026 17:06:04 -0600 Subject: [PATCH] fix(tests): update heading text in landing routing test --- tests/landing-routing.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/landing-routing.spec.ts b/tests/landing-routing.spec.ts index ca9347c..930afc7 100644 --- a/tests/landing-routing.spec.ts +++ b/tests/landing-routing.spec.ts @@ -16,7 +16,7 @@ test.describe('Landing and app routing', () => { }); await page.goto('/'); - await expect(page.getByRole('heading', { name: /your documents,\s*read aloud/i })).toBeVisible({ + await expect(page.getByRole('heading', { name: /hear every document/i })).toBeVisible({ timeout: 10000, });