Cypress - Element Interactions
What is the expected outcome when this Cypress code executes?
cy.get('button.submit').click();
cy.get('input#email').should('have.value', '');