diff --git a/ui-v2/testem.js b/ui-v2/testem.js index 234f37bf3..553ad3b70 100644 --- a/ui-v2/testem.js +++ b/ui-v2/testem.js @@ -5,11 +5,9 @@ module.exports = { launch_in_dev: ['Chrome'], browser_args: { Chrome: { - mode: 'ci', - args: [ + "ci": [ // --no-sandbox is needed when running Chrome inside a container - process.env.TRAVIS ? '--no-sandbox' : null, - + process.env.CI ? '--no-sandbox' : null, '--disable-gpu', '--headless', '--remote-debugging-port=0',