
Untitled
By: a guest on
Aug 7th, 2012 | syntax:
None | size: 0.42 KB | hits: 57 | expires: Never
Capybara webkit invalid response error, how to debug?
Failure/Error: Unable to find matching line from backtrace
Capybara::Driver::Webkit::WebkitInvalidResponseError:
Unable to load URL: https://127.0.0.1:33416/sign_in
it "should be able create a new foo", :js, :focus do
visit new_foo_path
find('#submit').click
end
it "should be able create a new foo", :focus do
visit new_foo_path
find('#submit').click
end