From ed72ec9b6eb2a6891cd20d265888806b7c763ae6 Mon Sep 17 00:00:00 2001 From: Kashish Gupta Date: Thu, 9 Jul 2026 11:59:58 +0530 Subject: [PATCH] test(scout): add footer navigation coverage Add 3 Playwright tests for the new footer navigation links (About, Contact, FAQ) introduced in 0682e80. Each test clicks a footer-scoped link and asserts it routes to the destination page. Append plan entry #15 to the test plan. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- tests/footer.spec.ts | 22 ++++++++++++++++++++++ tests/specs/test-plan.md | 9 +++++++++ 2 files changed, 31 insertions(+) diff --git a/tests/footer.spec.ts b/tests/footer.spec.ts index 241534e..2440a3f 100644 --- a/tests/footer.spec.ts +++ b/tests/footer.spec.ts @@ -42,4 +42,26 @@ test.describe('Site footer', () => { await expect(footers).toContainText('©'); await expect(footers).toContainText(String(currentYear)); }); + + // The footer