Skip to content

feat: improve a11y and integrate automated testing#521

Open
TheAshutoshMishra wants to merge 7 commits intojenkins-infra:mainfrom
TheAshutoshMishra:a11y-fixes
Open

feat: improve a11y and integrate automated testing#521
TheAshutoshMishra wants to merge 7 commits intojenkins-infra:mainfrom
TheAshutoshMishra:a11y-fixes

Conversation

@TheAshutoshMishra
Copy link

This PR improves the contributor UI's accessibility by adding semantic ARIA roles, descriptive alt text, and fixing nested interactive elements for WCAG compliance. I’ve also set up a testing suite with Jest and jest-axe to verify these components, achieving a 100% a11y score and ensuring no regressions in the future.

@TheAshutoshMishra TheAshutoshMishra requested a review from a team as a code owner February 23, 2026 04:51
Copy link
Member

@krisstern krisstern left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we need the a11y tests TBH. We do not have any specific compliance requirements that would necessitate that. Also, for non-trivial changes like this please create an issue to discuss first before implementing.

@TheAshutoshMishra
Copy link
Author

I don't think we need the a11y tests TBH. We do not have any specific compliance requirements that would necessitate that. Also, for non-trivial changes like this please create an issue to discuss first before implementing.

Hi @krisstern , I've created issue #523 to track these changes. I'm now proceeding with refactoring the code to use MUI components as requested and will remove the testing infrastructure to keep the PR focused on the UI fixes. I'll push the updates shortly!"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants