Cypress - Plugins and Ecosystem
What will happen if you run this code?
cy.findByRole('textbox').type('Hello World')
cy.findByRole('textbox').should('have.value', 'Hello World')