early-article-61542
ts cy.get('.search-button').click() // sometimes fails // want to check if element is present before
ts if(Cypress.$('.search-button').length) { // the block is never executed }