skip to Main Content

Why does Puppeeteer cause my test suite to hang for 30 seconds when I use "waitForSelector" even though I'm calling "close" on the page and browser? – Ubuntu

I have a Node.js Mocha test suite (I've created a minimal reproduction based on the real world application I was trying to create an automated test for). package.json: { "name": "puppeteer-mocha-hang-repro", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test":…

VIEW QUESTION
Back To Top
Search