veltrup

Results 1 comments of veltrup

I think this puppeteer-issue is relevant here [7251](https://github.com/puppeteer/puppeteer/issues/7251). In my case it helped to insert this in the [onReady.js](https://github.com/garris/BackstopJS/blob/master/capture/engine_scripts/puppet/onReady.js). ```javascript await page.setJavaScriptEnabled(false); ```