[Fix] Pull request delivery selector has no accessible name - #2303
Merged
roomote-roomote[bot] merged 1 commit intoSep 7, 2026
Merged
Conversation
Contributor
8 tasks
daniel-lxs
approved these changes
Sep 7, 2026
daniel-lxs
marked this pull request as ready for review
September 7, 2026 03:17
roomote-roomote
Bot
deleted the
fix/pr-delivery-accessible-name-2zq6caqicgljt
branch
September 7, 2026 03:26
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.
Related issue
No linked issue; maintainer-authorized accessibility investigation.
Why this PR exists
The Pull request delivery selector had no accessible name. The real browser accessibility tree exposed an unnamed combobox, and scoped axe reported a critical
button-nameviolation.What changed
Give the selector the accessible name
Pull request delivery, matching its visible setting label. Update the test double to preserve button attributes and assert the named combobox. Selection, saving, deployment defaults and visible layout are unchanged.How it was tested
Base
d95a5fd045ff82f81d458256a6a871ec9cda611a; exact head93772a4157daaec85712e3142f18f11e8d0f044f./settings/source-controlpath: scoped axe changed from one criticalbutton-nameviolation to zero violations, zero incomplete and 13 passes on desktop and 390x844 mobile. The accessibility tree now names the combobox.pnpm exec dotenvx run -f .env.test -- pnpm --filter @roomote/web exec vitest run src/components/settings/SourceControl.test.tsx.minthint).Screenshots
Desktop, actual local product, keyboard-opened menu:
Mobile 390x844, actual local product, keyboard-opened menu:
Related PRs
Checklist
[Fix],[Feat],[Improve],[Refactor],[Docs], or[Chore]followed by a user-facing descriptionpnpm lintandpnpm check-typespass locallypnpm changesetThe full pre-push static suite passed; exact formatting-inclusive full lint and full tsc commands were not both run. No changeset added for this small accessibility correction.