Not headless?

This commit is contained in:
Nathan Bierema 2021-06-19 17:18:05 -04:00
parent 3d08fdd723
commit 83456d2457
2 changed files with 0 additions and 2 deletions

View File

@ -20,7 +20,6 @@ describe('Chrome extension', function () {
args: [ args: [
'--no-sandbox', '--no-sandbox',
'--disable-dev-shm-usage', '--disable-dev-shm-usage',
'--headless',
`load-extension=${path}`, `load-extension=${path}`,
], ],
}, },

View File

@ -20,7 +20,6 @@ describe('DevTools panel for Electron', function () {
args: [ args: [
'--no-sandbox', '--no-sandbox',
'--disable-dev-shm-usage', '--disable-dev-shm-usage',
'--headless',
`app=${join(__dirname, 'fixture')}`, `app=${join(__dirname, 'fixture')}`,
], ],
}, },