cy.get('body').then(($body) => { if ($body.find(selector).length > 0) { //element exists do something } })