mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 07:43:47 +00:00
Disable headless puppeteer for a11y testing
Change-Id: I50c2d9f978e33b0757b9d520bebce606ae7127ca
This commit is contained in:
parent
2843a7ebd9
commit
2f29620a31
|
@ -25,7 +25,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