How to confirm text value of input field

cy.get('.search').type('hello world').should('have.value', 'hello world')

Last updated

Was this helpful?