Cypress - Element Interactions
Consider this code:
What will happen when this test runs?
cy.get('select').select('Banana').should('have.text', 'Banana')What will happen when this test runs?
