You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ mocha-headless-chrome -f MyTest.html
Error: waiting for function failed: timeout 60000ms exceeded
at Timeout.WaitTask._timeoutTimer.setTimeout (C:\Users\tdo\AppData\Roaming\npm\node_modules\mocha-headless-chrome\node_modules\puppeteer\node6\lib\FrameManager.js:1413:60)
at ontimeout (timers.js:380:14)
at tryOnTimeout (timers.js:244:5)
at Timer.listOnTimeout (timers.js:214:5)
If I run with the browser visible (-v), I can see that the tests run and pass.
The text was updated successfully, but these errors were encountered:
I try to run this and always get this error:
If I run with the browser visible (
-v
), I can see that the tests run and pass.The text was updated successfully, but these errors were encountered: