From 6bee7953422da7b29d8bc6c8c54f5d5e195723ca Mon Sep 17 00:00:00 2001 From: rahuljain-dev Date: Thu, 14 Nov 2024 15:46:11 +0530 Subject: [PATCH] change a11y number --- plugin/a11y/test/specs/home.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/a11y/test/specs/home.js b/plugin/a11y/test/specs/home.js index 4bbd6ddf11..4688997c72 100644 --- a/plugin/a11y/test/specs/home.js +++ b/plugin/a11y/test/specs/home.js @@ -17,7 +17,7 @@ const EXPECTED_VIOLATIONS = { const EXPECTED_INCOMPLETE_VIOLATIONS = { 'aria-allowed-role': 5, - 'color-contrast-enhanced': 2, + 'color-contrast-enhanced': 1, 'aria-required-children': 1, };