Skip to content

Commit c4a987c

Browse files
committed
Try using new headless mode
1 parent 38930ae commit c4a987c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/run-tests-browser-runner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ module.exports = class BrowserRunner {
6565
}
6666

6767
async newBrowser() {
68-
let browser = await puppeteer.launch({ dumpio: true });
68+
let browser = await puppeteer.launch({ dumpio: true, headless: 'new' });
6969
return browser;
7070
}
7171

0 commit comments

Comments
 (0)