search for: clear_button

Displaying 1 result from an estimated 1 matches for "clear_button".

2013 May 12
10
Capybara with redirect
I am having an issue where a feature works fine but the corresponding test fails, and I can''t understand why. I created a mock application to demonstrate the problem. https://github.com/assafshomer/clear_button All it does is show an input form with a clear button. The clearing happens by redirecting back to the same form. It does clear it when you run the app, but the test for it fails. If you feel inclined to help, please clone the repo and run the test mentioned in the readme (or the full suite, whic...