Disable headless puppeteer for a11y testing

Change-Id: I50c2d9f978e33b0757b9d520bebce606ae7127ca
This commit is contained in:
bwang 2023-01-24 16:55:35 -06:00
parent 2843a7ebd9
commit 2f29620a31

View file

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