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!