diff --git a/packages/e2e-tests/utils/driverBootstrap.js b/packages/e2e-tests/utils/driverBootstrap.js index a1e97be18a..7b65532541 100644 --- a/packages/e2e-tests/utils/driverBootstrap.js +++ b/packages/e2e-tests/utils/driverBootstrap.js @@ -66,7 +66,7 @@ const getChromeBuilder = () => { '--disable-dev-shm-usage', '--disable-setuid-sandbox', '--start-maximized', - '--headless=new', // Runs the browser in the headless mode + // '--headless=new', // Runs the browser in the headless mode ) .setUserPreferences({ 'download.default_directory': downloadsDir }) );