You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi joeytall, thanks for sharing this. I will take a look into this issue soon. If you have time and already have a fix for this please share and I can update the library.
Current behavior:
cy.get(selector).fill(text)
does not work if selector element is hidden.Desired behavior:
cy.get(selector).fill(text, {force: true})
to force fill just like cyprss.type(text, {force: true})Versions
Cypress: 6.5.0
OS: mac
Browser: Chrome
The text was updated successfully, but these errors were encountered: