[9.2] [Cypress] Stop using checkA11y({ skipFailures: true }) and enforce strict accessibility validation (#237627)#240774
Closed
kibanamachine wants to merge 1 commit intoelastic:9.2from
Closed
Conversation
…strict accessibility validation (elastic#237627) ## Summary - Remove use of `checkA11y({ skipFailures: true })` across `Cypress` tests and enforce strict accessibility validation so that accessibility violations cause test failures. - This change ensures accessibility regressions are caught by CI rather than silently skipped. ## Why - Using `skipFailures: true` masked accessibility problems and allowed regressions to slip into main branch. - Enforcing strict accessibility checks improves product quality and aligns tests with accessibility-first goals. ## What was changed - Replaced occurrences of `checkA11y({ skipFailures: true })` (and equivalent patterns) so that accessibility checks run without the `skipFailures` flag. - Fixed or adjusted places where necessary to make test suites pass with strict a11y checks (small target adjustments to code to fix violations) ## Depends on - elastic/eui#9100 (cherry picked from commit 00b3e4a)
Contributor
|
Pinging @elastic/fleet (Team:Fleet) |
Contributor
|
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
Contributor
💔 Build Failed
Failed CI StepsTest Failures
Metrics [docs]Async chunks
Historycc @alexwizp |
auto-merge was automatically disabled
October 27, 2025 13:04
Pull request was closed
Contributor
|
EUI not updated for 9.2.1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport
This will backport the following commits from
mainto9.2:checkA11y({ skipFailures: true })and enforce strict accessibility validation (#237627)Questions ?
Please refer to the Backport tool documentation