Remove duplicate "Skip to main content" link when logged out
requested to merge 426364-new-navigation-unauthenticated-duplicate-skip-to-content-links into master
What does this MR do and why?
The logged out header includes a "Skip to content" link as the first interactive element of the DOM.
Screenshots or screen recordings
Before | After |
---|---|
How to set up and validate locally
- Enable
Feature.enable(:super_sidebar_logged_out)
in Rails consolerails c
- Open GDK in incognito window
- Go to publically accessible page e.g. http://gdk.test:3000/flightjs/Flight/-/merge_requests/4
- Press tab for "Skip to content" link to display in header
- Keep pressing tab there shouldn't be a "Skip to main content" link in the new navigation after the header
- In a logged in window the "Skip to main content" link is still in the new navigation
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #426364 (closed)
Edited by Scott de Jonge