mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-28 01:20:07 +00:00
Ignore noisy rule for a11y test
Change-Id: Ic17f788b1fa463d1f9a843e5047479e03acd90a7
This commit is contained in:
parent
af2c9c61c6
commit
6b3ef91c74
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue