As such, is there a way to control this timeout ? Sign up for freeto join this conversation on GitHub.Already have an account?Sign in to comment
In your code here, this is waiting for both the url to match the string and for the status to be 200, so if the URL matches, but the response isn't 200, it just waits for the timeout. If you use promise chaining on the waitForResponse the test should fail right away when the st...
Steps to reproduce Tell us about your environment: Puppeteer version: 0.14.0 Platform / OS version: MacOS (Dockerized in node:10) URLs (if applicable): https://j4q389wzv3.codesandbox.io/ Node.js version: v10.15.3 What steps will reproduc...