Cypress - Selecting Elements
You wrote this Cypress test:
But the test fails with "Cannot find element" error. What is the most likely cause?
cy.get('[data-cy=submit]').click()But the test fails with "Cannot find element" error. What is the most likely cause?
