Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

&fill_in/3 randomly changes character order #572

Open
peaceful-james opened this issue Sep 3, 2020 · 2 comments
Open

&fill_in/3 randomly changes character order #572

peaceful-james opened this issue Sep 3, 2020 · 2 comments

Comments

@peaceful-james
Copy link

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.

@michallepicki
Copy link
Contributor

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).

@peaceful-james
Copy link
Author

Thank goodness! It's nice to know someone else sees it. Sometimes (always) I wonder "am I just being stupid?".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants