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
The &fill_in/3 function sometimes changes character order.
I have noticed this especially when entering Stripe test card number "4242424242424242" during payment testing. Sometimes it will be entered as, e.g. "4242424242424224" (last 2 chars switched).
Like my other Wallaby problems, this problem happens randomly.
I will fork this repo and try to write tests for my Wallaby problems. I have made enough complaints now, I should try to make solutions.
The text was updated successfully, but these errors were encountered:
I observed this as well. It's hard to reproduce. In my case I saw this happen with Android on Browserstack.
I think Wallaby sends the characters in one HTTP call, so this may be not a bug in Wallaby code, but a bug (or "feature") in the WebDriver implementation Wallaby is communicating with (e.g. for Chrome - chromedriver etc).
Sorry I have to open yet another issue.
The
&fill_in/3
function sometimes changes character order.I have noticed this especially when entering Stripe test card number "4242424242424242" during payment testing. Sometimes it will be entered as, e.g. "4242424242424224" (last 2 chars switched).
Like my other Wallaby problems, this problem happens randomly.
I will fork this repo and try to write tests for my Wallaby problems. I have made enough complaints now, I should try to make solutions.
The text was updated successfully, but these errors were encountered: