The skip link is present in the DOM but clicking/activating it does not move focus to the main content area. The e2e test checks for an element with an id containing 'main' or 'content'. Fix: add id="main-content" to the <main> wrapper in the page layout and ensure the skip link href points to #main-content. Found in e2e run on PR #437.
The skip link is present in the DOM but clicking/activating it does not move focus to the main content area. The e2e test checks for an element with an id containing 'main' or 'content'. Fix: add
id="main-content"to the<main>wrapper in the page layout and ensure the skip linkhrefpoints to#main-content. Found in e2e run on PR #437.