Skip to content

Commit

Permalink
not headless
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebyt committed Apr 16, 2024
1 parent cdcc70a commit 60c2204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e-tests/utils/driverBootstrap.js
Expand Up @@ -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 })
);
Expand Down

0 comments on commit 60c2204

Please sign in to comment.