https://cypress.io logo
Basic click crashes in Cypress 12.6.0
# i-need-help
n
Hi all. I've been using v10 in the past and I've now updated to v12.6.0 and I've now got a problem with a basic click call. The following seems to crash and returns me to the Specs screen. With Cypress Run, it just hangs
Copy code
cy.visit('https://www.google.com/');
cy.get('.LX3sZb .gb_p').contains('Gmail').click({force: true});
This happens in all browsers. Happy to share any other info
Sorry all, it was an issue with the site I was testing