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
I'm testing cuprite to replace chromedriver in our test suite and I've noticed a weird behaviour using fill_in :element, with: ''.
When doing this in an input text it does not fire the event input.
Hello!
I'm testing cuprite to replace chromedriver in our test suite and I've noticed a weird behaviour using
fill_in :element, with: ''
.When doing this in an input text it does not fire the event
input
.I have the following JS code:
Never called when the input is filled with empty string.
The text was updated successfully, but these errors were encountered: