Cypress - Assertions
What will this Cypress assertion verify?
Assuming the input field is cleared by the user?
cy.get('input#filter').should('have.value', '')Assuming the input field is cleared by the user?
