Isabella Hallite

Results 1 issues of Isabella Hallite

### Current behavior: ```js cy.get('#element').select(value) //won't work cy.get('#element').select(value, { force: true }); cy.get('#element').select(value, { force: true }); //only works calling twice, using force ``` ### Desired behavior: ``` cy.get('#element').select(value) //want...

type: bug
stage: needs investigating
stale