Using Puppeteer's new headless mode causes tests to fail
Opened this issue · 0 comments
spmonahan commented
In working on PR#314 I noticed that Chrome/Puppeteer introduces a new headless mode:
More details here: https://developer.chrome.com/articles/new-headless/
When opting in to this new mode (by setting headlines: 'new'
in the Puppeteer config) several tests fail. As this new mode will eventually become the default we should fix the tests issue or file bugs against Puppeteer.