Cypress - Element Interactions
Which command would you use to uncheck a checkbox with the class
.subscribe?.subscribe?cy.uncheck() is the Cypress command to uncheck checkboxes.
Using cy.get('.subscribe').uncheck() targets the checkbox with class subscribe and unchecks it.
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions