RailsApps / rails-stripe-membership-saas

An example Rails 4.2 app with Stripe and the Payola gem for a membership or subscription site.
http://railsapps.github.io/rails-stripe-membership-saas
1.14k stars 232 forks source link

Cucumber tests fail with Capybara gem 2.0.1 and older versions of Firefox #37

Closed DanielKehoe closed 11 years ago

DanielKehoe commented 11 years ago

Fails with

Object.keys is not a function (Selenium::WebDriver::Error::UnknownError)
tmock12 commented 11 years ago

Hmm seems to work for me. Is it failing on a certain step?

Also, is your webdriver using FireFox? If so can you check the version of firefox you have whenever you get a chance? I've run into that being an issue before.

Screen Shot 2012-12-09 at 7.52.24 AM.png

stevecastaneda commented 11 years ago

Also getting all tests passing on my end.

DanielKehoe commented 11 years ago

Thanks! Yep, was using Firefox 3.6.17. (Yep, haven't used Firefox in two years.) Upgraded to Firefox 17.0.1 and the issue resolved.