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
This fixes the flaky spec described into solidusio#2910.
Capybara fill_in sometime does not fill the input with the whole
string. This commit will fill it with js bypassing the default
behavior.
This fixes the flaky spec described into solidusio#2910.
Capybara fill_in sometime does not fill the input with the whole
string. This commit will fill it with js bypassing the default
behavior.
We have some random failures on the CI, for example this one on master.
This always happens on the same spec: spec/features/checkout_spec.rb:364 and looking at the artifacts on the build and there is a clear evidence that it is an issue with credit card.
This error happens when the credit card number is not valid, that's the only check done on the Bogus payment method used in specs.
I think this is related to these issues:
There are some suggested solutions around, like this one but I'd like to avoid changing the normal Capybara behavior as much as possible.
The text was updated successfully, but these errors were encountered: