rails-prelaunch-signup
rails-prelaunch-signup copied to clipboard
Failing test with Capybara 2.1.0
With the upgrade of Capybara 2.1.0 I had test failing right out the gate. Needed to add the following to features/support/env.rb
Capybara.ignore_hidden_elements = false
Also, on the testing front. It would be helpful to include Test Setup in the ReadMe. Took a while to figure out some of the cucumber failing test for bad logins. The password in the user.rb factory needs to be in sync with password in cucumber steps when creating a user with only email address.
Thanks for all you work.
The test suite is a work in progress (unfinished as of now). Pull requests welcomed if you can contribute fixes!
Could you check if you still have this issue. @tmock12 has contributed improved tests.