Cypress - Selecting Elements
Why does this Cypress test fail?
When the button has classes 'submit' and 'btn-primary' but no 'button' tag?
cy.get('button.submit').click()When the button has classes 'submit' and 'btn-primary' but no 'button' tag?
