Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing test with Capybara 2.1.0 #36

Open
pvdev opened this issue May 5, 2013 · 2 comments
Open

Failing test with Capybara 2.1.0 #36

pvdev opened this issue May 5, 2013 · 2 comments

Comments

@pvdev
Copy link

pvdev commented May 5, 2013

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.

@DanielKehoe
Copy link
Member

The test suite is a work in progress (unfinished as of now). Pull requests welcomed if you can contribute fixes!

@DanielKehoe
Copy link
Member

Could you check if you still have this issue. @tmock12 has contributed improved tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants