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({ .withCapabilities({
chromeOptions: { chromeOptions: {
args: [ args: [
'--no-sandbox', 'no-sandbox',
'--disable-dev-shm-usage', 'disable-dev-shm-usage',
`load-extension=${path}`, `load-extension=${path}`,
], ],
}, },

View File

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