This commit is contained in:
Nathan Bierema 2021-06-19 16:22:10 -04:00
parent 18cf1bea35
commit 13eb85578f
2 changed files with 4 additions and 4 deletions

View File

@ -18,8 +18,8 @@ describe('Chrome extension', function () {
.withCapabilities({
chromeOptions: {
args: [
'--no-sandbox',
'--disable-dev-shm-usage',
'no-sandbox',
'disable-dev-shm-usage',
`load-extension=${path}`,
],
},

View File

@ -18,8 +18,8 @@ describe('DevTools panel for Electron', function () {
chromeOptions: {
binary: electronPath,
args: [
'--no-sandbox',
'--disable-dev-shm-usage',
'no-sandbox',
'disable-dev-shm-usage',
`app=${join(__dirname, 'fixture')}`,
],
},