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 ??
cy.contains('181 Fastighets', {matchCase: false}).click()
– Alapan Das