test(scout): add footer navigation coverage#46
Conversation
🤖 App Testing Agent🔍 Scout ReportI added 3 tests covering the new footer navigation links. ✅ Tests addedFooter About link navigates to /about Footer Contact link navigates to /contact Footer FAQ link navigates to /faq
|
|
good job |
🔍 Scout — Footer navigation coverage
Commit
0682e80added a footer navigation bar (<nav aria-label="Footer">) with About, Contact, and FAQ links, which had no automated coverage. This PR adds 3 Playwright tests intests/footer.spec.tsand appends plan entry #15 to the test plan.Footer About link navigates to /about — clicks the footer-scoped About link and asserts the app routes to /about and renders the "About Us" heading.
Footer Contact link navigates to /contact — clicks the footer-scoped Contact link and asserts the app routes to /contact and renders the "Contact Us" heading.
Footer FAQ link navigates to /faq — clicks the footer-scoped FAQ link and asserts the app routes to /faq and renders the "Frequently Asked Questions" heading.
Locators are scoped to the footer
contentinfolandmark because the navbar exposes links with the same accessible names. All 3 tests pass. No product code was changed.View full scout report