https://cypress.io logo
a typical element has text which you can check usi...
# e2e-testing
g
a typical element has text which you can check using
cy.contains
or
cy.get().should('have.text'...)
. Input elements have values, so something like
cy.get('input#name').should('have.value', 'hello')