Reenable the `focusIndicatorVisible` test in the master branch. https://github.com/quailjs/quail/blob/master/lib/assessments/focusIndicatorVisible.js !! Important !! You'll need to go into `tests.yml` and uncomment the `focusIndicatorVisible` test, then rebuild quail in order for this assessment to be available. Run: ``` bash grunt dev node-debug ./test/assessmentSpecs/testRunner.js -I focusIndicatorVisible ``` in the CLI, and you're off to the races.
Reenable the
focusIndicatorVisibletest in the master branch.https://github.com/quailjs/quail/blob/master/lib/assessments/focusIndicatorVisible.js
!! Important !!
You'll need to go into
tests.ymland uncomment thefocusIndicatorVisibletest, then rebuild quail in order for this assessment to be available. Run:in the CLI, and you're off to the races.