[SG-35187] Accessibility: Cannot navigate to link to create repository filters
Created by: gitstart-sourcegraph
Description
It's currently impossible using VoiceOver to select this link to create a new input field. It currently only reads the leading text, then allows us to skip to the period after the link. Not sure how to navigate properly here.
It is similarly impossible to navigate to the following link once it's clicked outside of the screen reader's journey.
Expected behavior
Clicking on the link should add additional dynamic forms.
Refs
SourceGraph Issue GitStart Issue
Test plan
- We will need to
negate
repoId
into!repoId
and also make the propdisabled
tofalse
on the child componentReposMatchingPatternList
in the fileBranchTargetSettings.tsx
. - We can then navigate to Configuration policies and expand each of them to do the testing using
screen reader
. We should be able to tab through and add dynamic form inputs.
App preview:
Check out the client app preview documentation to learn more.