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
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: