6
Cipresso: verifica se l'elemento non esiste
Voglio essere in grado di fare clic su una casella di controllo e testare che un elemento non è più nel DOM in Cypress. Qualcuno può suggerire come lo fai? //This is the Test when the check box is clicked and the element is there cy.get('[type="checkbox"]').click(); cy.get('.check-box-sub-text').contains('Some text in this …
145
cypress