From 6b3ef91c74673f02a6d8c2b7603c07e521bac782 Mon Sep 17 00:00:00 2001 From: bwang Date: Thu, 23 Feb 2023 14:47:40 -0600 Subject: [PATCH] Ignore noisy rule for a11y test Change-Id: Ic17f788b1fa463d1f9a843e5047479e03acd90a7 --- tests/a11y/a11y.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/a11y/a11y.config.js b/tests/a11y/a11y.config.js index 550c2b067..b18ae7b2a 100644 --- a/tests/a11y/a11y.config.js +++ b/tests/a11y/a11y.config.js @@ -23,6 +23,10 @@ module.exports = { ], includeWarnings: true, includeNotices: true, + ignore: [ + 'color-contrast', + 'WCAG2AA.Principle2.Guideline2_4.2_4_1.G1,G123,G124.NoSuchID' + ], hideElements: '#bodyContent, #siteNotice, #mwe-pt-toolbar, #centralnotice, #centralnotice_testbanner', chromeLaunchConfig: { headless: false,