Cypress - Element Interactions
Consider this code snippet:
What will happen when this runs if the checkbox was initially checked?
cy.get('input[type="checkbox"]').uncheck().should('not.be.checked')What will happen when this runs if the checkbox was initially checked?
