[APM] Fix accessibility failures #126606
Labels
a11y
Accessibility issue
obs-accessibilty
A11Y issues in the Obs. solution.
Team:obs-ux-infra_services
Observability Infrastructure & Services User Experience Team
technical debt
Improvement of the software architecture and operational architecture
As part of adding A11y test for APM #104692, failures on APM need to be fixed
What is expected
Now we can see the errors logged when running the e2e with cypress, but the tests are not failing.
When accessibility violations are detected, tests will fail and an entry titled "A11Y ERROR!" will appear to the command log for each type of violation found (they will be above the failed assertion). Clicking on those will reveal more specifics about the error in the DevTools console.
Fix the failures, there are the same for all pages and test suites
Change the parameter
skipFailures
to false incheckA11y()
in the e2e testThe text was updated successfully, but these errors were encountered: