Disable headless puppeteer for a11y testing

Change-Id: I33b0fcb1f132ae62824b48511c3a02a3d95e9c55
This commit is contained in:
bwang 2022-10-07 14:57:38 -05:00
parent 401683288d
commit 130ca9c54d

View file

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