Cypress - Assertions
Consider the following Cypress code:
What will happen if the element
cy.get('.notification').should('not.have.class', 'active')What will happen if the element
.notification has the class active?