-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
slowmo causes test to fail #36
Comments
Actually expect-puppeteer have a default timeout of 500ms. This is the cause of the bug. I think I will make it configurable and automatically delay it with |
I don't care where slowMo default is defined (expect-puppeteer, jest-puppeteer, etc), but can the default be the same as in puppeeter, which I think is 0? |
slowMo default is 0, but when you changed it tests have to wait more in order to pass. So this is actually a bug. |
Repro
npm test
passesjest-puppeteer.config.js
, uncommentslowMo
linenpm test
failsThe text was updated successfully, but these errors were encountered: