fix(#3839): fix accessibility violations in Quick Start plugin#3841
Closed
fullsend-ai-coder[bot] wants to merge 1 commit into
Closed
fix(#3839): fix accessibility violations in Quick Start plugin#3841fullsend-ai-coder[bot] wants to merge 1 commit into
fullsend-ai-coder[bot] wants to merge 1 commit into
Conversation
Remove the skipViolationsAssert option from runAccessibilityTests and its callers so that axe-core accessibility violations are always asserted in e2e tests. Fix the identified WCAG violations: - Replace nested IconButton inside ListItem[role="button"] with a non-interactive Box to eliminate the nested-interactive violation (an interactive control nested inside another interactive control) - Add aria-label to LinearProgress in QuickstartFooter for screen reader accessibility Add the progressBarAriaLabel translation key to the English reference and all five locale files (de, es, fr, it, ja) so the aria-label is properly internationalized. Update unit tests to find expand/collapse controls by the ListItem aria-label pattern instead of the removed IconButton. Closes #3839
fullsend-ai-coder
Bot
requested review from
a team,
divyanshiGupta and
its-mitesh-kumar
as code owners
July 19, 2026 17:07
Missing ChangesetsThe following package(s) are changed by this PR but do not have a changeset:
See CONTRIBUTING.md for more information about how to add changesets. Changed Packages
|
|
|
Member
|
Issue resolved in #3844 by @its-mitesh-kumar |
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.



Remove the skipViolationsAssert option from runAccessibilityTests and its callers so that axe-core accessibility violations are always asserted in e2e tests.
Fix the identified WCAG violations:
a non-interactive Box to eliminate the nested-interactive
violation (an interactive control nested inside another
interactive control)
screen reader accessibility
Add the progressBarAriaLabel translation key to the English reference and all five locale files (de, es, fr, it, ja) so the aria-label is properly internationalized.
Update unit tests to find expand/collapse controls by the ListItem aria-label pattern instead of the removed IconButton.
Closes #3839
Post-script verification
agent/3839-quickstart-a11y-fixes)8d3503a7a74718f7eea8b2568fcd31c0ef731c05..HEAD)