Closing an error popup whenever it is present in the DOM #20115
HeshamMoneer
started this conversation in
General
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.
-
The problem is, sometimes an error popup is displayed in the page while a test is running. This does not happen if the test runs manually. I have not spotted the reason for that issue yet, but until then, is there a possibility to tell cypress to close that popup whenever it is open? If I intercept in the test manually and close the popup, the test continues and passes successfully.
Beta Was this translation helpful? Give feedback.
All reactions