Cypress - Element Interactions
Given this code snippet:
What will the assertion check?
cy.get('.hidden-radio').check({ force: true }).should('be.checked');What will the assertion check?
