cypress error when click button contain javascript code example
Example: cypress multiple true
cy.get('whatever').type('Test all the things', { multiple: true });
cy.get('whatever').type('Test all the things', { multiple: true });