Failing Test Scenario: I can edit file (Time out waiting for response)

Created by: karlhungus

Not sure what the protocol around failing tests are; I get a test failure here:

Scenario: I can edit file Given I sign in as a user # features/steps/shared/authentication.rb:7 And I own project "Shop" # features/steps/shared/project.rb:11 ! Given I visit project source page # features/steps/shared/paths.rb:201 ~ Given I click on "Gemfile" file in repo ~ And I click button "edit" ~ Then I can edit code

    Timed out waiting for response to {"name":"visit","args":["http://127.0.0.1:60821/shop/tree/master"]}
    /home/vagrant/.rvm/gems/ruby-1.9.3-p374/bundler/gems/poltergeist-5c2e09200107/lib/capybara/poltergeist/web_socket_server.rb:147:in `rescue in send'

If this isn't the place for these kinds of things please let me know where they should go. I looked on the wiki but didn't see any links to a build system to see if it was just me...