Merge "Update puppeteer chrome config for a11y tests"

This commit is contained in:
jenkins-bot 2022-04-07 16:55:52 +00:00 committed by Gerrit Code Review
commit 72e842e1f7
1 changed files with 8 additions and 1 deletions

View File

@ -23,7 +23,14 @@ const config = {
],
includeWarnings: true,
includeNotices: true,
hideElements: '#content'
hideElements: '#content',
chromeLaunchConfig: {
headless: true,
args: [
'--no-sandbox',
'--disable-setuid-sandbox'
]
}
}
};