chore: unblock a11y audit setup + fix ChainSwitcher accessible name#137
Merged
truthixify merged 2 commits intoJul 27, 2026
Merged
Conversation
- Add @axe-core/playwright, bump playwright to ^1.61.0 to resolve a version conflict that broke test discovery entirely - Fix crash in StellarReceive (missing useStealthLabels import, hooks called after an early-return guard) - required for /receive to render for testing - Add accessible name (aria-label) to ChainSwitcher select, resolving a critical axe-core select-name violation on /send - Add tests/a11y/ with axe-core scan for /send Part of wraith-protocol#99.
|
Someone is attempting to deploy a commit to the truthixify's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@Jerryvic911 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
Contributor
|
Rebase against develop, conflicts from the batch of merges just landed. |
Contributor
|
In. Groundwork for the a11y audit going in, thanks for unblocking the ChainSwitcher part too. |
5 tasks
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.
Before I start the audit — two quick things to confirm on routing:
/activity: This route doesn't exist yet, but src/pages/History.tsx is already built and just needs to be wired up in App.tsx. I'm assuming that's the intended target for /activity — let me know if not.
/stellar/withdraw: No page literally called "withdraw" exists. My best guess is this maps to /vault (claim/deposit/status flow), though the copy there says "claim" rather than "withdraw." Also worth noting: none of the routes use a /stellar/ prefix — chain is picked via an in-page selector instead.
Let me know if these assumptions are right and I'll get moving.
Closes #99