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
When using the bip_text Test Helper with a Capybara, MiniTest test, the test would fail because the date would fail its assertion of a specific entered date.
This was caused by the datepicker reseting itself when the test moved onto the next text entry point.
When using the bip_text Test Helper with a Capybara, MiniTest test, the test would fail because the date would fail its assertion of a specific entered date.
This was caused by the datepicker reseting itself when the test moved onto the next text entry point.
Adding a new method solved this problem:
I tried to create a fork and make the changes but could not get the appraisal tests to run.
So if anyone is looking for a fix this might help!
The text was updated successfully, but these errors were encountered: