- Issue created by @plopesc
- Merge request !11257Issue #3508199: Navigation Top Bar accessibility issues found by Nightwatch tests β (Open) created by plopesc
- Merge request !11259Issue #3508199: Navigation Top Bar accessibility issues found by Nightwatch tests - TEST ONLY β (Open) created by plopesc
- πͺπΈSpain plopesc Valladolid
Since this is not an easy bug to reproduce, created 2 branches:
3508199-navigation-top-bar-axe-test-only
: It contains only the code necessary to make the error visible in Nightwatch tests3508199-navigation-top-bar-axe
: It should contain the code necessary to make the error visible in Nightwatch tests + the changes to fix it
Once tests in
3508199-navigation-top-bar-axe
are green and approved, might be necessary to create a new branch that contains only the code necessary to fix the error. This branch will contain a diff between the 2 original ones, and that's the one that should be merged.I know this is a bit tricky, but I have not been capable to figure out a better flow for this issue. If someone else have a better proposal, please feel free to show your concerns and ideas.
- First commit to issue fork.
- π·πΈSerbia finnsky
I added a role and text for the button. Nw tests passed.
But a11y needs to be checked here.
And in general, what is top_bar? What is its role? Header or navigation?