cy.get('input').invoke('val').should("be.ok"); cy.get('input').invoke('val').should('not.be.empty') // works in the same way.