Cypress - Assertions
Which Cypress assertion correctly verifies that a checkbox input is checked by inspecting its
checked property?checked property?checked property reflects whether the checkbox is selected.should('be.checked') asserts the checkbox is checked by property, not attribute.be.checked for checkbox state [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions