Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(medium-pass-1): fix keyboard navigation getAnalyzer by using the …
…config that was passed in (#6251) #### Details The keyboard-navigation getAnalyzer call was missed in #6230. ##### Motivation Feature work. ##### Context This fixes an issue where the visualization for keyboard-navigation does not show up for quick assess; assessment remained unaffected. #### Pull request checklist <!-- If a checklist item is not applicable to this change, write "n/a" in the checkbox --> - [ ] Addresses an existing issue: #0000 - [x] Ran `yarn null:autoadd` - [x] Ran `yarn fastpass` - [x] Added/updated relevant unit test(s) (and ran `yarn test`) - [x] Verified code coverage for the changes made. Check coverage report at: `<rootDir>/test-results/unit/coverage` - [x] PR title *AND* final merge commit title both start with a semantic tag (`fix:`, `chore:`, `feat(feature-name):`, `refactor:`). See `CONTRIBUTING.md`. - [ ] (UI changes only) Added screenshots/GIFs to description above - [ ] (UI changes only) Verified usability with NVDA/JAWS
- Loading branch information