diff --git a/src/pages/DocsPage.test.tsx b/src/pages/DocsPage.test.tsx index 83bc32d..011554f 100644 --- a/src/pages/DocsPage.test.tsx +++ b/src/pages/DocsPage.test.tsx @@ -88,3 +88,24 @@ describe('DocsPage', () => { expect(document.activeElement).not.toBe(input) }) }) + +// UI-6 (2026-05-29): the docs search input shipped with only an aria-label, +// failing the a11y rule "Form elements must have labels" — password managers, +// form autofill, and Lighthouse a11y all expect a real