Cypress - Element Interactions
What will happen if you run this Cypress code?
Assuming the input field initially contains the text 'Cypress Testing'.
cy.get('input#search').clear()Assuming the input field initially contains the text 'Cypress Testing'.
