Cypress - Assertions
Why is chaining multiple assertions with
.should() and .and() preferred over writing separate cy.get() commands for each assertion?