Cypress - Element Interactions
Consider the code:
What will be the effect of this code in a Cypress test?
cy.get('#input').trigger('customChange', { detail: { value: 42 } })What will be the effect of this code in a Cypress test?
