Cypress - Selecting Elements
You wrote this Cypress test:
But the test fails with 'Cannot read property click of undefined'. What is the likely cause?
cy.get('#login').click()But the test fails with 'Cannot read property click of undefined'. What is the likely cause?
