berazur
Results
2
comments of
berazur
I have the same problem and I have been days without progress, any solution? ```js cy.get('[data-cy=acceptButton]').click() ``` it's not clicking
How can we trust the cypress test if it doesn't work as expected? ```javascript cy.get('[data-cy=acceptOfferButton]').as('acceptOfferButton') cy.get('@acceptOfferButton').should('be.visible') cy.get('@acceptOfferButton').click({ force: true }) ``` all commands pass successfully except last, sometimes is clicking...