hotsh / rstat.us

Simple microblogging network based on the ostatus protocol.
http://rstat.us/
Other
722 stars 215 forks source link

Failure in Travis: test_0001_follows users on other sites(following remote users::success): Capybara::ElementNotFound: Unable to find css "#flash" #824

Closed colindean closed 9 years ago

colindean commented 9 years ago

Seeing this in lots of PRs...

1) Error:
test_0001_follows users on other sites(following remote users::success):
Capybara::ElementNotFound: Unable to find css "#flash"
    /home/travis/build/hotsh/rstat.us/vendor/bundle/ruby/1.9.1/gems/capybara-2.0.3/lib/capybara/result.rb:22:in `find!'
    /home/travis/build/hotsh/rstat.us/vendor/bundle/ruby/1.9.1/gems/capybara-2.0.3/lib/capybara/node/finders.rb:26:in `block in find'
    /home/travis/build/hotsh/rstat.us/vendor/bundle/ruby/1.9.1/gems/capybara-2.0.3/lib/capybara/node/base.rb:78:in `synchronize'
    /home/travis/build/hotsh/rstat.us/vendor/bundle/ruby/1.9.1/gems/capybara-2.0.3/lib/capybara/node/finders.rb:26:in `find'
    /home/travis/build/hotsh/rstat.us/vendor/bundle/ruby/1.9.1/gems/capybara-2.0.3/lib/capybara/session.rb:341:in `block (2 levels) in <class:Session>'
    /home/travis/build/hotsh/rstat.us/vendor/bundle/ruby/1.9.1/gems/capybara-2.0.3/lib/capybara/session.rb:211:in `within'
    /home/travis/build/hotsh/rstat.us/vendor/bundle/ruby/1.9.1/gems/capybara-2.0.3/lib/capybara/dsl.rb:51:in `block (2 levels) in <module:DSL>'
    /home/travis/build/hotsh/rstat.us/test/acceptance/following_remote_users_test.rb:26:in `block (3 levels) in <top (required)>'
carols10cents commented 9 years ago

Yep, this will be fixed when @wilkie has time to merge osub pr 4 and release a 1.0.1, and when rstatus pr #823 gets merged-- I just updated #823 to use my branch of osub that goes with the osub pr (so tests should pass on #823 momentarily) but I'd rather use a released version if possible :)

carols10cents commented 9 years ago

Fixed!

colindean commented 9 years ago

:+1: :tada: