Ignore noisy rule for a11y test

Change-Id: Ic17f788b1fa463d1f9a843e5047479e03acd90a7
This commit is contained in:
bwang 2023-02-23 14:47:40 -06:00
parent af2c9c61c6
commit 6b3ef91c74

View file

@ -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,