Merge "Ignore noisy rule for a11y test"

This commit is contained in:
jenkins-bot 2023-02-23 21:30:20 +00:00 committed by Gerrit Code Review
commit 2cd8fc5782

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,