79216901

Date: 2024-11-23 00:24:02
Score: 0.5
Natty:
Report link

  cy.get('#warn-dialog-submit')
        .should(()=>{}) //this disable the failure if the element does not exist
        .then(($el) =>{
            if($el && $el.length){
               cy.wrap($el).click()
            }
        })


Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Agustin Catalano