mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-27 23:50:30 +00:00
Disable headless puppeteer for a11y testing
Change-Id: I33b0fcb1f132ae62824b48511c3a02a3d95e9c55
This commit is contained in:
parent
401683288d
commit
130ca9c54d
|
@ -24,7 +24,7 @@ module.exports = {
|
|||
includeNotices: true,
|
||||
hideElements: '#bodyContent, #siteNotice, #mwe-pt-toolbar, #centralnotice, #centralnotice_testbanner',
|
||||
chromeLaunchConfig: {
|
||||
headless: true,
|
||||
headless: false,
|
||||
args: [
|
||||
'--no-sandbox',
|
||||
'--disable-setuid-sandbox'
|
||||
|
|
Loading…
Reference in a new issue