Cypress - Assertions
What will be the result of this Cypress test?
If the checkbox is currently checked?
cy.get('input[type="checkbox"]').should('not.be.checked')If the checkbox is currently checked?
