Closed jdmairs closed 4 years ago
anybody have any experience using cypress.io imagine a mui-downshift loaded with US states. In the input box I type 'Oh', the auto filter narrows down to Ohio. I cannot get the enter or click to select Ohio to populate the input box.
It works fine during manual human testing.
here's how
cy.get('#downshift-0-input').click().type('Oh{enter}'); cy.get('#downshift-0-item-0').contains('Ohio').click({ force: true });
anybody have any experience using cypress.io imagine a mui-downshift loaded with US states. In the input box I type 'Oh', the auto filter narrows down to Ohio. I cannot get the enter or click to select Ohio to populate the input box.
It works fine during manual human testing.