diff --git a/modules/testing/builder/projects/hello-world-app/protractor.conf.js b/modules/testing/builder/projects/hello-world-app/protractor.conf.js index 89b7edda6324..313f7ac7c53b 100644 --- a/modules/testing/builder/projects/hello-world-app/protractor.conf.js +++ b/modules/testing/builder/projects/hello-world-app/protractor.conf.js @@ -18,7 +18,7 @@ exports.config = { capabilities: { browserName: 'chrome', chromeOptions: { - args: ['--headless', '--disable-gpu', '--window-size=800,600'], + args: ['--headless', '--no-sandbox', '--disable-gpu', '--disable-dev-shm-usage'], binary: require('puppeteer').executablePath(), }, },