Cypress - Assertions
Consider this code snippet:
What does this assertion check?
cy.get('input').should('have.attr', 'placeholder').and('contain', 'Email')What does this assertion check?
