TestIsTest001

Results 2 comments of TestIsTest001

I am checking that the input is not disabled before: cy.get('input').should('not.be.disabled') - pass cy.get('input').type() - fail And the test is failing at the type part saying the element is disabled

What does this message mean please? Also when updating cypress should not everything be updated at that time?