-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Test Failing because of the Uncaught exception on cy.visit #5547
Comments
@gurjeetbains This exception is likely being thrown from a plugin included in your application. Have you tried clicking on the error and seeing where the error is being thrown to track down where it originates? We have one bug fix going out to catch some more of the uncaught exceptions here: #987 Without a reproducible example of this situation, we'll be unable to help unfortunately. Can you provide a complete set of code we can run to reproduce? |
I believe we immediately fail the test instead of routing the AUT error through 'uncaught:exception' event, which is a bug. Closely related to work done in #5249 |
|
In the last release |
I upgraded cypress and it is fixed now. Thanks for the help @brian-mann @jennifer-shehane @bkucera Closing the issue now. :) |
Hi,
My test fails because of the Uncaught type error when I execute
cy.visit()
. My next steps execute but still the test fails.I have used
The text was updated successfully, but these errors were encountered: