mikepetrusenko
Results
1
comments of
mikepetrusenko
Same problem even if using the [waitUntil library](https://www.npmjs.com/package/cypress-wait-until): ```js cy.get('[data-cy=acceptButton]').click({ force: true }) cy.waitUntil( () => cy.get('[data-cy=acceptButton]') ).click() cy.waitUntil( () => cy.get('[data-cy=acceptButton]') ).click({ force: true }) ``` element is DETACHED...