Cypress - Assertions
Given the code:
What will happen if the input's placeholder is actually 'Enter user'?
cy.get('input#username').should('have.attr', 'placeholder', 'Enter username')What will happen if the input's placeholder is actually 'Enter user'?
