Detecting error ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_DISPOSITION in Chrome #16250
Unanswered
Peetzer
asked this question in
Component Testing
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm testing a specific error in Chrome where downloading a file where the filename is unquoted and contains a comma in the stubbed response.
After a file is clicked an error occurs when I pause my spec and check all calls,
Failed to load resource: net::ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_DISPOSITION
Then my cy.wait is called in my test returning a response with statusCode 200 ?
How can I check if an error occurred?
testintercept.txt
Beta Was this translation helpful? Give feedback.
All reactions