Cypress - Element Interactions
Given the code:
What will the assertion check?
cy.get('#email').type('user@example.com')
cy.get('#email').should('have.value', 'user@example.com')What will the assertion check?
