Skip to content

Instantly share code, notes, and snippets.

@kenton
Created March 12, 2013 19:56
Show Gist options
  • Save kenton/5146426 to your computer and use it in GitHub Desktop.
Save kenton/5146426 to your computer and use it in GitHub Desktop.
Failures:
1) WhiteGloveRequestsController displays contact detail form after new request
Failure/Error: post :create, :white_glove_request => { "location" => "San Francisco" }
OpenURI::HTTPError:
503 Service Temporarily Unavailable
# ./app/models/white_glove_request.rb:23:in `check_location'
# ./app/controllers/white_glove_requests_controller.rb:23:in `block in create'
# ./app/controllers/white_glove_requests_controller.rb:22:in `create'
# ./spec/controllers/white_glove_request_controllers_spec.rb:6:in `block (2 levels) in <top (required)>'
2) Consign visitor creates consignment should complete creation when given valid input
Failure/Error: fill_in "consignor_name", :with => "James Tailor"
Capybara::ElementNotFound:
cannot fill in, no text field, text area or password field with id, name, or label 'consignor_name' found
# (eval):2:in `fill_in'
# ./spec/requests/consign_form_spec.rb:41:in `fill_in_consignment'
# ./spec/requests/consign_form_spec.rb:12:in `block (3 levels) in <top (required)>'
3) Consign visitor creates consignment should return to consignment form on bad email
Failure/Error: fill_in "consignor_name", :with => "James Tailor"
Capybara::ElementNotFound:
cannot fill in, no text field, text area or password field with id, name, or label 'consignor_name' found
# (eval):2:in `fill_in'
# ./spec/requests/consign_form_spec.rb:41:in `fill_in_consignment'
# ./spec/requests/consign_form_spec.rb:24:in `block (3 levels) in <top (required)>'
4) Consign visitor creates consignment should not have submission button when terms not accepted
Failure/Error: page.should have_css("#submit-consign-self-service-form", :visible => false)
expected css "#submit-consign-self-service-form" to return something
# ./spec/requests/consign_form_spec.rb:32:in `block (3 levels) in <top (required)>'
5) FlashSales Products can be filtered by a taxon
Failure/Error: all("ul#products li.product_listing").count.should == 1
expected: 1
got: 0 (using ==)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment