jeudi 11 mars 2021

How to click with cypress

Click on link using Cypress

I'm trying to click on the 181 Fastighet using cypress as you see in the picture. writing like this cy.get('.col-lg-11 col-md-11 text-left text-nowrap text-truncate ').click(); but i get an error Timed out retrying after 4000ms: Expected to find element: .col-lg-11 col-md-11 text-left text-nowrap text-truncate , but never found it.

The test can not find the div where it should click on. I tried many different ways but it does not work! Any Ideas ??

Aucun commentaire:

Enregistrer un commentaire