at line number 14 cypress is throwing an error Timed out retrying after 4000ms: Expected to find element: ls, but never found it. Queried from element: instead it should return cy.get('.traversal-pagination').finf('li').find('a') which is there in the DOM
Hi @bahmutov, I have written a below code in spec.cy.js
at line number 14 cypress is throwing an error Timed out retrying after 4000ms: Expected to find element: ls, but never found it. Queried from element: instead it should return cy.get('.traversal-pagination').finf('li').find('a') which is there in the DOM