Cypress - Element Interactions
This Cypress test fails with an error:
But the input field is disabled in the app. What is the cause?
cy.get('input#password').clear().type('newpass')But the input field is disabled in the app. What is the cause?
