-
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
Cypress cant see chrome confirmation box when run test, and cant click on buttons of the confirmation box #4497
Comments
Please see this docs on testing confirmation boxes: https://on.cypress.io/catalog-of-events#Window-Confirm Also, check out our community chat, it can be helpful for debugging or answering questions on how to use Cypress. |
@mushon89 In the code and screenshot provided above, it seems to indicate that the test is failing at I'm not completely sure why the confirmation dialog is already open at the point where |
thank u very much, |
@mushon89 How you resolved this , I am facing same issue. |
@mushon89 please share your way to fix this please |
Current behavior:
Hi all
I'm using cypress and I'm trying to click on the button that appears on chrome confirmation box
but when I'm running the test I'm getting this error
image
in addition, the confirmation box does not appear
the correct confirmation box is:
image
I'm want to click on the 'OK' button, but the confirmation box does not appear and cant click on the button
thanks
The text was updated successfully, but these errors were encountered: