Skip to content
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 and cant click on buttons #4496

Closed
mushon89 opened this issue Jun 19, 2019 · 1 comment
Closed

cypress cant see chrome confirmation box and cant click on buttons #4496

mushon89 opened this issue Jun 19, 2019 · 1 comment
Labels
type: duplicate This issue or pull request already exists

Comments

@mushon89
Copy link

mushon89 commented Jun 19, 2019

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

it('delete user', () => {
    //delete user
    cy.get('.fa-user').click();
    cy.get('.pull-left > .form-control').type('example');
    cy.get('.ng-scope:nth-child(1) > td > .iconBtn').click({ force: true })    

})

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

@jennifer-shehane
Copy link
Member

You can find an answer to your originally opened issue here: #4497 (comment) Closing this as a duplicate.

@jennifer-shehane jennifer-shehane added the type: duplicate This issue or pull request already exists label Jun 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants