RailsApps / rails3-devise-rspec-cucumber

An example Rails 3.2 app with Devise and RSpec and Cucumber.
http://railsapps.github.io/
444 stars 144 forks source link

Sign in Failure with Selenium #31

Closed ghost closed 12 years ago

ghost commented 12 years ago

Hi there, whenever I test the "User signs in successfully" scenario with Selenium and Firefox, it returns

Then I see a successful sign in message # features/step_definitions/user_steps.rb:152 expected there to be content "Signed in successfully." in "Sp\nLogin Sign up\nInvalid email or password.\n" (RSpec::Expectations::ExpectationNotMetError)

Running classical Rack however is just fine. Any idea what's going wrong?

schadenfred commented 12 years ago

Is Selenium webdriver the gem you are using? If so, try updating or reverting it.

DanielKehoe commented 12 years ago

funzelknut, are you still having this problem? Were you able to resolve it?

-- Daniel

ghost commented 12 years ago

Hi Daniel, updating solved the problem, thx

DanielKehoe commented 12 years ago

Thanks for the report, enjoy!