I have tests in which i used the cypress-promise library. I have included promisify in that to wait until my commands are executed and give response. in my file
using findByRole I get this error because of multiple matches on search my parameter. Timed out retrying after 5000ms: Found multiple elements with the role "li
With cypress I need to automate an application that currently uses a security certificate, I've never automated it this way. When I go to run cypress calling th
I have an application, where feedback pop up comes in a page randomly; like pop up may or may not come in the page after loading it for nearly 3000ms. How to ha