mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-24 08:53:33 +03:00
bump the number of axe errors
the new one is a color contrast issue. I fixed everything else that came up while adding the new callouts (it started out as 102!)
This commit is contained in:
parent
9f5899cda4
commit
c1c1ec76c1
@ -14,7 +14,7 @@ jq -r -f script/axe-report.jq "$JSON_FILE"
|
||||
# expect. This failure reminds us to come back and ratchet down the number of
|
||||
# failures to the correct value.
|
||||
NUM_ERRORS="$(jq '.violations | map(.nodes | length) | add' "$JSON_FILE")"
|
||||
TARGET_ERRORS=98
|
||||
TARGET_ERRORS=99
|
||||
if test "$NUM_ERRORS" -ne "$TARGET_ERRORS"; then
|
||||
echo "got $NUM_ERRORS errors, but expected $TARGET_ERRORS."
|
||||
echo
|
||||
|
Loading…
Reference in New Issue
Block a user