Skip to content

Instantly share code, notes, and snippets.

@bmishkin
Created September 29, 2011 16:22
Show Gist options
  • Save bmishkin/1251151 to your computer and use it in GitHub Desktop.
Save bmishkin/1251151 to your computer and use it in GitHub Desktop.
failing cukes
Calvin-imac:countrystone $ cucumber features
Using the default profile...
cleaning out the test database....
Seeding some basic person and roles data....
Seeding account types...
1)
Unable to find 'li a:contains('InvItem2')' (Capybara::ElementNotFound)
./features/step_definitions/web_extended_steps.rb:40:in `block (2 levels) in <top (required)>'
./features/step_definitions/web_steps.rb:14:in `with_scope'
./features/step_definitions/web_extended_steps.rb:39:in `/^I select the option containing "([^\"]*)" from "([^\"]*)" autocomplete$/'
features/manage_batch_purchase_orders.feature:22:in `And I select the option containing "InvItem2" from "inventory_item_id[0]" autocomplete'
2)
expected false to be true (RSpec::Expectations::ExpectationNotMetError)
./features/step_definitions/table_steps.rb:23:in `/^I should( not)? see the following table rows?( in any order)?:?$/'
features/manage_demand_report.feature:18:in `Then I should see the following table rows in any order:'
3)
no link with title, id or text 'Confirm' found (Capybara::ElementNotFound)
./features/step_definitions/web_steps.rb:35:in `block (2 levels) in <top (required)>'
./features/step_definitions/web_steps.rb:14:in `block in with_scope'
./features/step_definitions/web_steps.rb:14:in `with_scope'
./features/step_definitions/web_steps.rb:34:in `/^(?:|I )follow "([^"]*)"(?: within "([^"]*)")?$/'
features/manage_down_time_reasons.feature:46:in `And I follow "Confirm" within ".inventory_production_row"'
4)
Cannot transition state via :confirm from :scheduled (StateMachine::InvalidTransition)
./features/step_definitions/inventory_production_steps.rb:212:in `/^a confirmed inventory production(?: with a scheduled production estimate of (\S+) hours)?(?: and an actual production time of (\S+) hours)?$/'
features/manage_down_times.feature:14:in `And a confirmed inventory production with a scheduled production estimate of 1.67 hours and an actual production time of 3.0 hours'
5)
cannot fill in, no text field, text area or password field with id, name, or label 'intra_order_intra_order_items_attributes__quantity' found (Capybara::ElementNotFound)
./features/step_definitions/web_steps.rb:41:in `block (2 levels) in <top (required)>'
./features/step_definitions/web_steps.rb:14:in `with_scope'
./features/step_definitions/web_steps.rb:40:in `/^(?:|I )fill in "([^"]*)" with "([^"]*)"(?: within "([^"]*)")?$/'
features/manage_intra_orders.feature:18:in `And I fill in "intra_order_intra_order_items_attributes__quantity" with "100"'
6)
cannot fill in, no text field, text area or password field with id, name, or label 'intra_order_intra_order_items_attributes__quantity' found (Capybara::ElementNotFound)
./features/step_definitions/web_steps.rb:41:in `block (2 levels) in <top (required)>'
./features/step_definitions/web_steps.rb:14:in `with_scope'
./features/step_definitions/web_steps.rb:40:in `/^(?:|I )fill in "([^"]*)" with "([^"]*)"(?: within "([^"]*)")?$/'
features/manage_intra_orders.feature:31:in `When I fill in "intra_order_intra_order_items_attributes__quantity" with "300"'
7)
cannot fill in, no text field, text area or password field with id, name, or label 'auto_intra_pricing_zones_39' found (Capybara::ElementNotFound)
./features/step_definitions/web_extended_steps.rb:38:in `/^I select the option containing "([^\"]*)" from "([^\"]*)" autocomplete$/'
features/manage_intra_price_zones.feature:17:in `And I select the option containing "ralphs" from "intra_pricing_zones_39" autocomplete'
8)
cannot fill in, no text field, text area or password field with id, name, or label 'intra_order_intra_order_items_attributes__quantity' found (Capybara::ElementNotFound)
./features/step_definitions/web_steps.rb:41:in `block (2 levels) in <top (required)>'
./features/step_definitions/web_steps.rb:14:in `with_scope'
./features/step_definitions/web_steps.rb:40:in `/^(?:|I )fill in "([^"]*)" with "([^"]*)"(?: within "([^"]*)")?$/'
features/manage_intra_price_zones.feature:29:in `And I fill in "intra_order_intra_order_items_attributes__quantity" with "100"'
9)
expected #has_content?("01/01/2010") to return true, got false (RSpec::Expectations::ExpectationNotMetError)
./features/step_definitions/web_steps.rb:121:in `block (2 levels) in <top (required)>'
./features/step_definitions/web_steps.rb:14:in `with_scope'
./features/step_definitions/web_steps.rb:119:in `/^(?:|I )should see "([^"]*)"(?: within "([^"]*)")?$/'
features/manage_inventory_adjustments.feature:19:in `Then I should see "01/01/2010"'
10)
cannot select option, no option with text 'Pepper' in select box 'inventory_adjustment[unapproved_inventory_postings_attributes][0][plant_id]' (Capybara::ElementNotFound)
./features/step_definitions/web_steps.rb:83:in `block (2 levels) in <top (required)>'
./features/step_definitions/web_steps.rb:14:in `with_scope'
./features/step_definitions/web_steps.rb:82:in `/^(?:|I )select "([^"]*)" from "([^"]*)"(?: within "([^"]*)")?$/'
features/manage_inventory_adjustments.feature:26:in `And I select "Pepper" from "inventory_adjustment[unapproved_inventory_postings_attributes][0][plant_id]"'
11)
no link with title, id or text 'edit_2010-01-01' found (Capybara::ElementNotFound)
./features/step_definitions/web_steps.rb:35:in `block (2 levels) in <top (required)>'
./features/step_definitions/web_steps.rb:14:in `with_scope'
./features/step_definitions/web_steps.rb:34:in `/^(?:|I )follow "([^"]*)"(?: within "([^"]*)")?$/'
features/manage_inventory_adjustments.feature:40:in `And I follow "edit_2010-01-01"'
12)
cannot select option, no option with text 'Cheese' in select box 'inventory_adjustment[unapproved_inventory_postings_attributes][0][plant_id]' (Capybara::ElementNotFound)
./features/step_definitions/web_steps.rb:83:in `block (2 levels) in <top (required)>'
./features/step_definitions/web_steps.rb:14:in `with_scope'
./features/step_definitions/web_steps.rb:82:in `/^(?:|I )select "([^"]*)" from "([^"]*)"(?: within "([^"]*)")?$/'
features/manage_inventory_adjustments.feature:50:in `Given I submit an unapproved inventory adjustment for 35 "bricks" at plant "Cheese"'
13)
Unable to find 'li a:contains('Pepper')' (Capybara::ElementNotFound)
./features/step_definitions/web_extended_steps.rb:40:in `block (2 levels) in <top (required)>'
./features/step_definitions/web_steps.rb:14:in `with_scope'
./features/step_definitions/web_extended_steps.rb:39:in `/^I select the option containing "([^\"]*)" from "([^\"]*)" autocomplete$/'
features/manage_inventory_adjustments.feature:68:in `And I select the option containing "Pepper" from "inventory_adjustment_unapproved_inventory_postings_attributes_0_plant_id" autocomplete'
14)
cannot fill in, no text field, text area or password field with id, name, or label 'auto_inventory_item_kind' found (Capybara::ElementNotFound)
./features/step_definitions/web_extended_steps.rb:38:in `/^I select the option containing "([^\"]*)" from "([^\"]*)" autocomplete$/'
features/manage_inventory_items.feature:101:in `And I select the option containing "Bag" from "Inventory Type" autocomplete'
15)
expected #has_content?("900") to return true, got false (RSpec::Expectations::ExpectationNotMetError)
./features/step_definitions/web_steps.rb:121:in `block (2 levels) in <top (required)>'
./features/step_definitions/web_steps.rb:14:in `with_scope'
./features/step_definitions/web_steps.rb:119:in `/^(?:|I )should see "([^"]*)"(?: within "([^"]*)")?$/'
features/manage_inventory_productions.feature:45:in `Then I should see "900"'
16)
Element is not currently visible and so may not be interacted with (Selenium::WebDriver::Error::ElementNotDisplayedError)
[remote server] resource://fxdriver/modules/atoms.js:9280:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110929-22036-1ou2wzz/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:249:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110929-22036-1ou2wzz/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:298:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110929-22036-1ou2wzz/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:313:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110929-22036-1ou2wzz/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:190:in `'
./features/step_definitions/web_extended_steps.rb:40:in `block (2 levels) in <top (required)>'
./features/step_definitions/web_steps.rb:14:in `with_scope'
./features/step_definitions/web_extended_steps.rb:39:in `/^I select the option containing "([^\"]*)" from "([^\"]*)" autocomplete$/'
features/manage_journal_adjustments.feature:33:in `And I select the option containing "1 - Main" from "transaction_account_postings_attributes_1_plant_id" autocomplete'
17)
Unable to find '#<XPath::Union:0x0000010bb8d0d8>' (Capybara::ElementNotFound)
./features/step_definitions/web_extended_steps.rb:36:in `/^I select the option containing "([^\"]*)" from "([^\"]*)" autocomplete$/'
features/manage_journal_adjustments.feature:53:in `And I select the option containing "1 - Main" from "transaction_account_postings_attributes_1_plant_id" autocomplete'
18)
Unable to find '#<XPath::Union:0x00000108703560>' (Capybara::ElementNotFound)
./features/step_definitions/web_extended_steps.rb:36:in `/^I select the option containing "([^\"]*)" from "([^\"]*)" autocomplete$/'
features/manage_labels.feature:29:in `And I submit an uncommitted production for item "twinkies" at plant "hostess" on line number "77"'
19)
expected #has_content?("4-4223") to return true, got false (RSpec::Expectations::ExpectationNotMetError)
./features/step_definitions/web_steps.rb:121:in `block (2 levels) in <top (required)>'
./features/step_definitions/web_steps.rb:14:in `with_scope'
./features/step_definitions/web_steps.rb:119:in `/^(?:|I )should see "([^"]*)"(?: within "([^"]*)")?$/'
features/manage_outgoing_payments.feature:25:in `And I should see "4-4223"'
/usr/local/bin/gs -dNOPAUSE -dBATCH -dQUIET -dNOPAGEPROMPT -I/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/rghost-0.8.7.5/lib/rghost/ps -I/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/rghost_barcode-0.8/lib/rghost_barcode/ps -sDEVICE=pdfwrite -sstdout=/tmp/checks_09-29-2011.pdf.rgerr -sOutputFile=/tmp/checks_09-29-2011.pdf -dDEVICEWIDTHPOINTS=842 -dDEVICEHEIGHTPOINTS=597 /tmp/checks_09-29-2011.pdf.rgin
20)
expected #has_content?("4-4223") to return true, got false (RSpec::Expectations::ExpectationNotMetError)
./features/step_definitions/web_steps.rb:121:in `block (2 levels) in <top (required)>'
./features/step_definitions/web_steps.rb:14:in `with_scope'
./features/step_definitions/web_steps.rb:119:in `/^(?:|I )should see "([^"]*)"(?: within "([^"]*)")?$/'
features/manage_outgoing_payments.feature:40:in `And I should see "4-4223"'
21)
expected #has_content?("4-4224") to return true, got false (RSpec::Expectations::ExpectationNotMetError)
./features/step_definitions/web_steps.rb:121:in `block (2 levels) in <top (required)>'
./features/step_definitions/web_steps.rb:14:in `with_scope'
./features/step_definitions/web_steps.rb:119:in `/^(?:|I )should see "([^"]*)"(?: within "([^"]*)")?$/'
features/manage_outgoing_payments.feature:49:in `And I should see "4-4224"'
22)
expected: 2
got: 0 (using ==) (RSpec::Expectations::ExpectationNotMetError)
./features/step_definitions/web_extended_steps.rb:15:in `/^I should see field "(.+)" (\d+) times?$/'
features/manage_packagings.feature:33:in `Then I should see field "select.activator" 2 times'
23)
cannot fill in, no text field, text area or password field with id, name, or label 'auto_packaging_components_attributes_3_inventory_item_id' found (Capybara::ElementNotFound)
./features/step_definitions/web_extended_steps.rb:38:in `/^I select the option containing "([^\"]*)" from "([^\"]*)" autocomplete$/'
features/manage_packagings.feature:37:in `And I select the option containing "2 - wrap" from "packaging[components_attributes][3][inventory_item_id]" autocomplete'
24)
expected: "partially_received"
got: "open" (using ==) (RSpec::Expectations::ExpectationNotMetError)
./features/step_definitions/purchase_order_steps.rb:44:in `/^purchase order "([^"]*)" should have status "([^"]*)"$/'
features/manage_purchase_order_register.feature:68:in `Then purchase order "1313" should have status "partially_received"'
25)
Unable to find '#<XPath::Union:0x00000109f5eda8>' (Capybara::ElementNotFound)
./features/step_definitions/web_extended_steps.rb:36:in `/^I select the option containing "([^\"]*)" from "([^\"]*)" autocomplete$/'
features/manage_purchase_orders.feature:97:in `When I select the option containing "MasterVend" from "Vendor" autocomplete'
26)
NaN (ActionView::Template::Error)
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/activesupport-3.0.5/lib/active_support/core_ext/float/rounding.rb:16:in `round'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/activesupport-3.0.5/lib/active_support/core_ext/float/rounding.rb:16:in `round'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/bundler/gems/money-2933ebcec258/lib/money.rb:40:in `initialize'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/bundler/gems/money-2933ebcec258/lib/money.rb:76:in `new'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/bundler/gems/money-2933ebcec258/lib/money.rb:76:in `*'
./app/models/purchase_order_item.rb:93:in `freight_cost'
./app/models/purchase_order_item.rb:103:in `net_cost'
./app/models/purchase_order.rb:452:in `block in subtotal'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/activerecord-3.0.5/lib/active_record/associations/association_collection.rb:431:in `block in method_missing'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/activerecord-3.0.5/lib/active_record/associations/association_proxy.rb:216:in `block in method_missing'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/activerecord-3.0.5/lib/active_record/associations/association_proxy.rb:216:in `each'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/activerecord-3.0.5/lib/active_record/associations/association_proxy.rb:216:in `inject'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/activerecord-3.0.5/lib/active_record/associations/association_proxy.rb:216:in `method_missing'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/activerecord-3.0.5/lib/active_record/associations/association_collection.rb:431:in `method_missing'
./app/models/purchase_order.rb:452:in `subtotal'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/simple_form-1.5.0/lib/simple_form/form_builder.rb:331:in `file_method?'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/simple_form-1.5.0/lib/simple_form/form_builder.rb:317:in `default_input_type'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/simple_form-1.5.0/lib/simple_form/form_builder.rb:90:in `input'
./app/views/purchase_orders/_items_form.html.erb:32:in `_app_views_purchase_orders__items_form_html_erb___4040109460052413663_2245134560__3293872464641158847'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_view/template.rb:135:in `block in render'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/activesupport-3.0.5/lib/active_support/notifications.rb:52:in `block in instrument'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/activesupport-3.0.5/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/activesupport-3.0.5/lib/active_support/notifications.rb:52:in `instrument'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_view/template.rb:127:in `render'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_view/render/partials.rb:333:in `render_partial'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_view/render/partials.rb:262:in `block in render'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/activesupport-3.0.5/lib/active_support/notifications.rb:52:in `block in instrument'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/activesupport-3.0.5/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/activesupport-3.0.5/lib/active_support/notifications.rb:52:in `instrument'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_view/render/partials.rb:260:in `render'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_view/render/partials.rb:378:in `_render_partial'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_view/render/rendering.rb:22:in `render'
./app/views/purchase_orders/_form.html.erb:117:in `block in _app_views_purchase_orders__form_html_erb___1051237152568145265_2254854800_3928025884595107146'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_view/helpers/capture_helper.rb:40:in `block in capture'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_view/helpers/capture_helper.rb:172:in `with_output_buffer'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_view/helpers/capture_helper.rb:40:in `capture'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_view/helpers/form_helper.rb:545:in `fields_for'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_view/helpers/form_helper.rb:320:in `form_for'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/simple_form-1.5.0/lib/simple_form/action_view_extensions/form_helper.rb:40:in `block in simple_form_for'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/simple_form-1.5.0/lib/simple_form/action_view_extensions/form_helper.rb:27:in `with_custom_field_error_proc'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/simple_form-1.5.0/lib/simple_form/action_view_extensions/form_helper.rb:39:in `simple_form_for'
./app/views/purchase_orders/_form.html.erb:7:in `_app_views_purchase_orders__form_html_erb___1051237152568145265_2254854800_3928025884595107146'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_view/template.rb:135:in `block in render'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/activesupport-3.0.5/lib/active_support/notifications.rb:52:in `block in instrument'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/activesupport-3.0.5/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/activesupport-3.0.5/lib/active_support/notifications.rb:52:in `instrument'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_view/template.rb:127:in `render'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_view/render/partials.rb:333:in `render_partial'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_view/render/partials.rb:262:in `block in render'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/activesupport-3.0.5/lib/active_support/notifications.rb:52:in `block in instrument'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/activesupport-3.0.5/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/activesupport-3.0.5/lib/active_support/notifications.rb:52:in `instrument'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_view/render/partials.rb:260:in `render'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_view/render/partials.rb:378:in `_render_partial'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_view/render/rendering.rb:22:in `render'
./app/views/purchase_orders/edit.html.erb:5:in `_app_views_purchase_orders_edit_html_erb__3691846824074667751_2231027040_2082550106904848776'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_view/template.rb:135:in `block in render'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/activesupport-3.0.5/lib/active_support/notifications.rb:52:in `block in instrument'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/activesupport-3.0.5/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/activesupport-3.0.5/lib/active_support/notifications.rb:52:in `instrument'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_view/template.rb:127:in `render'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_view/render/rendering.rb:59:in `block in _render_template'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/activesupport-3.0.5/lib/active_support/notifications.rb:52:in `block in instrument'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/activesupport-3.0.5/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/activesupport-3.0.5/lib/active_support/notifications.rb:52:in `instrument'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_view/render/rendering.rb:56:in `_render_template'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_view/render/rendering.rb:26:in `render'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/abstract_controller/rendering.rb:115:in `_render_template'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/abstract_controller/rendering.rb:109:in `render_to_body'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_controller/metal/renderers.rb:47:in `render_to_body'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_controller/metal/compatibility.rb:55:in `render_to_body'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/abstract_controller/rendering.rb:102:in `render_to_string'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/abstract_controller/rendering.rb:93:in `render'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_controller/metal/rendering.rb:17:in `render'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/activesupport-3.0.5/lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
/Users/bmishkin/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/benchmark.rb:309:in `realtime'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/activesupport-3.0.5/lib/active_support/core_ext/benchmark.rb:5:in `ms'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_controller/metal/instrumentation.rb:40:in `block in render'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_controller/metal/instrumentation.rb:78:in `cleanup_view_runtime'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/activerecord-3.0.5/lib/active_record/railties/controller_runtime.rb:15:in `cleanup_view_runtime'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_controller/metal/instrumentation.rb:39:in `render'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_controller/metal/implicit_render.rb:10:in `default_render'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_controller/metal/mime_responds.rb:261:in `block in retrieve_response_from_mimes'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_controller/metal/responder.rb:190:in `call'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_controller/metal/responder.rb:190:in `default_render'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_controller/metal/responder.rb:126:in `to_html'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_controller/metal/responder.rb:119:in `respond'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_controller/metal/responder.rb:112:in `call'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_controller/metal/mime_responds.rb:232:in `respond_with'
./app/controllers/purchase_orders_controller.rb:86:in `edit'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/abstract_controller/base.rb:150:in `process_action'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_controller/metal/rendering.rb:11:in `process_action'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/activesupport-3.0.5/lib/active_support/callbacks.rb:475:in `_run__155970987488502954__process_action__156690733505612050__callbacks'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/activesupport-3.0.5/lib/active_support/callbacks.rb:409:in `_run_process_action_callbacks'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/activesupport-3.0.5/lib/active_support/callbacks.rb:93:in `run_callbacks'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/abstract_controller/callbacks.rb:17:in `process_action'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/activesupport-3.0.5/lib/active_support/notifications.rb:52:in `block in instrument'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/activesupport-3.0.5/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/activesupport-3.0.5/lib/active_support/notifications.rb:52:in `instrument'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_controller/metal/rescue.rb:17:in `process_action'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/cucumber-rails-0.3.2/lib/cucumber/rails/action_controller.rb:10:in `process_action'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/abstract_controller/base.rb:119:in `process'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/abstract_controller/rendering.rb:41:in `process'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_controller/metal.rb:138:in `dispatch'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_controller/metal.rb:178:in `block in action'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_dispatch/routing/route_set.rb:62:in `call'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_dispatch/routing/route_set.rb:62:in `dispatch'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_dispatch/routing/route_set.rb:27:in `call'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/rack-mount-0.6.13/lib/rack/mount/route_set.rb:148:in `block in call'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/rack-mount-0.6.13/lib/rack/mount/code_generation.rb:93:in `block in recognize'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/rack-mount-0.6.13/lib/rack/mount/code_generation.rb:187:in `optimized_each'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/rack-mount-0.6.13/lib/rack/mount/code_generation.rb:92:in `recognize'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/rack-mount-0.6.13/lib/rack/mount/route_set.rb:139:in `call'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_dispatch/routing/route_set.rb:492:in `call'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/warden-1.0.3/lib/warden/manager.rb:35:in `block in call'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/warden-1.0.3/lib/warden/manager.rb:34:in `catch'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/warden-1.0.3/lib/warden/manager.rb:34:in `call'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_dispatch/middleware/head.rb:14:in `call'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/rack-1.2.1/lib/rack/methodoverride.rb:24:in `call'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_dispatch/middleware/flash.rb:182:in `call'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_dispatch/middleware/session/abstract_store.rb:149:in `call'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_dispatch/middleware/cookies.rb:302:in `call'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/activerecord-3.0.5/lib/active_record/query_cache.rb:32:in `block in call'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/query_cache.rb:28:in `cache'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/activerecord-3.0.5/lib/active_record/query_cache.rb:12:in `cache'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/activerecord-3.0.5/lib/active_record/query_cache.rb:31:in `call'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/connection_pool.rb:354:in `call'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_dispatch/middleware/callbacks.rb:46:in `block in call'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/activesupport-3.0.5/lib/active_support/callbacks.rb:415:in `_run_call_callbacks'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_dispatch/middleware/callbacks.rb:44:in `call'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/rack-1.2.1/lib/rack/sendfile.rb:107:in `call'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/railties-3.0.5/lib/rails/rack/logger.rb:13:in `call'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/rack-1.2.1/lib/rack/runtime.rb:17:in `call'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/activesupport-3.0.5/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/rack-1.2.1/lib/rack/lock.rb:11:in `block in call'
<internal:prelude>:10:in `synchronize'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/rack-1.2.1/lib/rack/lock.rb:11:in `call'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/actionpack-3.0.5/lib/action_dispatch/middleware/static.rb:30:in `call'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/railties-3.0.5/lib/rails/application.rb:168:in `call'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/rack-1.2.1/lib/rack/urlmap.rb:47:in `block in call'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/rack-1.2.1/lib/rack/urlmap.rb:41:in `each'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/rack-1.2.1/lib/rack/urlmap.rb:41:in `call'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/rack-test-0.5.7/lib/rack/mock_session.rb:30:in `request'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/rack-test-0.5.7/lib/rack/test.rb:209:in `process_request'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/gems/rack-test-0.5.7/lib/rack/test.rb:57:in `get'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/bundler/gems/capybara-67a0501dd677/lib/capybara/driver/rack_test_driver.rb:250:in `get'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/bundler/gems/capybara-67a0501dd677/lib/capybara/driver/rack_test_driver.rb:197:in `process'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/bundler/gems/capybara-67a0501dd677/lib/capybara/driver/rack_test_driver.rb:81:in `click'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/bundler/gems/capybara-67a0501dd677/lib/capybara/node.rb:144:in `click'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/bundler/gems/capybara-67a0501dd677/lib/capybara/node/actions.rb:26:in `click_link'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/bundler/gems/capybara-67a0501dd677/lib/capybara/session.rb:273:in `method_missing'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/bundler/gems/capybara-67a0501dd677/lib/capybara/dsl.rb:93:in `click_link'
./features/step_definitions/web_steps.rb:35:in `block (2 levels) in <top (required)>'
./features/step_definitions/web_steps.rb:14:in `block in with_scope'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/bundler/gems/capybara-67a0501dd677/lib/capybara/session.rb:161:in `within'
/Users/bmishkin/.rvm/gems/ruby-1.9.2-p136@rails3-countrystone-erp/bundler/gems/capybara-67a0501dd677/lib/capybara/dsl.rb:93:in `within'
./features/step_definitions/web_steps.rb:14:in `with_scope'
./features/step_definitions/web_steps.rb:34:in `/^(?:|I )follow "([^"]*)"(?: within "([^"]*)")?$/'
features/manage_purchase_orders.feature:112:in `And I follow "Edit" within "#po_100000007"'
27)
Timeout::Error (Timeout::Error)
/Users/bmishkin/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/net/protocol.rb:140:in `rescue in rbuf_fill'
/Users/bmishkin/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/net/protocol.rb:134:in `rbuf_fill'
/Users/bmishkin/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/net/protocol.rb:116:in `readuntil'
/Users/bmishkin/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/net/protocol.rb:126:in `readline'
/Users/bmishkin/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/net/http.rb:2211:in `read_status_line'
/Users/bmishkin/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/net/http.rb:2200:in `read_new'
/Users/bmishkin/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/net/http.rb:1183:in `transport_request'
/Users/bmishkin/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/net/http.rb:1169:in `request'
/Users/bmishkin/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/net/http.rb:1162:in `block in request'
/Users/bmishkin/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/net/http.rb:627:in `start'
/Users/bmishkin/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/net/http.rb:1160:in `request'
./features/step_definitions/web_steps.rb:29:in `block (2 levels) in <top (required)>'
./features/step_definitions/web_steps.rb:14:in `with_scope'
./features/step_definitions/web_steps.rb:28:in `/^(?:|I )press "([^"]*)"(?: within "([^"]*)")?$/'
features/manage_receive_payments.feature:24:in `And I press "Set Filter"'
28)
Timeout::Error (Timeout::Error)
/Users/bmishkin/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/net/protocol.rb:140:in `rescue in rbuf_fill'
/Users/bmishkin/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/net/protocol.rb:134:in `rbuf_fill'
/Users/bmishkin/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/net/protocol.rb:116:in `readuntil'
/Users/bmishkin/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/net/protocol.rb:126:in `readline'
/Users/bmishkin/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/net/http.rb:2211:in `read_status_line'
/Users/bmishkin/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/net/http.rb:2200:in `read_new'
/Users/bmishkin/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/net/http.rb:1183:in `transport_request'
/Users/bmishkin/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/net/http.rb:1169:in `request'
/Users/bmishkin/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/net/http.rb:1162:in `block in request'
/Users/bmishkin/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/net/http.rb:627:in `start'
/Users/bmishkin/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/net/http.rb:1160:in `request'
./features/step_definitions/web_steps.rb:29:in `block (2 levels) in <top (required)>'
./features/step_definitions/web_steps.rb:14:in `with_scope'
./features/step_definitions/web_steps.rb:28:in `/^(?:|I )press "([^"]*)"(?: within "([^"]*)")?$/'
features/manage_receive_payments.feature:37:in `And I press "Set Filter"'
29)
expected #has_content?("8888") to return true, got false (RSpec::Expectations::ExpectationNotMetError)
./features/step_definitions/web_steps.rb:121:in `block (2 levels) in <top (required)>'
./features/step_definitions/web_steps.rb:14:in `with_scope'
./features/step_definitions/web_steps.rb:119:in `/^(?:|I )should see "([^"]*)"(?: within "([^"]*)")?$/'
features/manage_receive_payments.feature:53:in `Then I should see "8888"'
30)
Timeout::Error (Timeout::Error)
/Users/bmishkin/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/net/protocol.rb:140:in `rescue in rbuf_fill'
/Users/bmishkin/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/net/protocol.rb:134:in `rbuf_fill'
/Users/bmishkin/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/net/protocol.rb:116:in `readuntil'
/Users/bmishkin/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/net/protocol.rb:126:in `readline'
/Users/bmishkin/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/net/http.rb:2211:in `read_status_line'
/Users/bmishkin/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/net/http.rb:2200:in `read_new'
/Users/bmishkin/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/net/http.rb:1183:in `transport_request'
/Users/bmishkin/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/net/http.rb:1169:in `request'
/Users/bmishkin/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/net/http.rb:1162:in `block in request'
/Users/bmishkin/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/net/http.rb:627:in `start'
/Users/bmishkin/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/net/http.rb:1160:in `request'
./features/step_definitions/web_steps.rb:29:in `block (2 levels) in <top (required)>'
./features/step_definitions/web_steps.rb:14:in `with_scope'
./features/step_definitions/web_steps.rb:28:in `/^(?:|I )press "([^"]*)"(?: within "([^"]*)")?$/'
features/manage_receive_payments.feature:63:in `And I press "Set Filter"'
31)
Timeout::Error (Timeout::Error)
/Users/bmishkin/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/net/protocol.rb:140:in `rescue in rbuf_fill'
/Users/bmishkin/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/net/protocol.rb:134:in `rbuf_fill'
/Users/bmishkin/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/net/protocol.rb:116:in `readuntil'
/Users/bmishkin/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/net/protocol.rb:126:in `readline'
/Users/bmishkin/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/net/http.rb:2211:in `read_status_line'
/Users/bmishkin/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/net/http.rb:2200:in `read_new'
/Users/bmishkin/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/net/http.rb:1183:in `transport_request'
/Users/bmishkin/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/net/http.rb:1169:in `request'
/Users/bmishkin/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/net/http.rb:1162:in `block in request'
/Users/bmishkin/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/net/http.rb:627:in `start'
/Users/bmishkin/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/net/http.rb:1160:in `request'
./features/step_definitions/web_steps.rb:29:in `block (2 levels) in <top (required)>'
./features/step_definitions/web_steps.rb:14:in `with_scope'
./features/step_definitions/web_steps.rb:28:in `/^(?:|I )press "([^"]*)"(?: within "([^"]*)")?$/'
features/manage_receive_payments.feature:75:in `And I press "Set Filter"'
32)
Unable to find 'li a:contains('WeBuild')' (Capybara::ElementNotFound)
./features/step_definitions/web_extended_steps.rb:40:in `block (2 levels) in <top (required)>'
./features/step_definitions/web_steps.rb:14:in `with_scope'
./features/step_definitions/web_extended_steps.rb:39:in `/^I select the option containing "([^\"]*)" from "([^\"]*)" autocomplete$/'
features/manage_receive_payments.feature:90:in `And I select the option containing "WeBuild" from "Plant" autocomplete'
33)
Unable to find 'li a:contains('1-11 - CashIsKing')' (Capybara::ElementNotFound)
./features/step_definitions/web_extended_steps.rb:40:in `block (2 levels) in <top (required)>'
./features/step_definitions/web_steps.rb:14:in `with_scope'
./features/step_definitions/web_extended_steps.rb:39:in `/^I select the option containing "([^\"]*)" from "([^\"]*)" autocomplete$/'
features/manage_reconciliations.feature:18:in `And I select the option containing "1-11 - CashIsKing" from "Bank account" autocomplete'
34)
Unable to find 'li a:contains('1-11 - CashIsKing')' (Capybara::ElementNotFound)
./features/step_definitions/web_extended_steps.rb:40:in `block (2 levels) in <top (required)>'
./features/step_definitions/web_steps.rb:14:in `with_scope'
./features/step_definitions/web_extended_steps.rb:39:in `/^I select the option containing "([^\"]*)" from "([^\"]*)" autocomplete$/'
features/manage_reconciliations.feature:29:in `And I select the option containing "1-11 - CashIsKing" from "Bank account" autocomplete'
35)
Unable to find 'li a:contains('1-11 - CashIsKing')' (Capybara::ElementNotFound)
./features/step_definitions/web_extended_steps.rb:40:in `block (2 levels) in <top (required)>'
./features/step_definitions/web_steps.rb:14:in `with_scope'
./features/step_definitions/web_extended_steps.rb:39:in `/^I select the option containing "([^\"]*)" from "([^\"]*)" autocomplete$/'
features/manage_reconciliations.feature:38:in `And I select the option containing "1-11 - CashIsKing" from "Bank account" autocomplete'
36)
Element is not currently visible and so may not be interacted with (Selenium::WebDriver::Error::ElementNotDisplayedError)
[remote server] resource://fxdriver/modules/atoms.js:9280:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110929-22036-1ou2wzz/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:249:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110929-22036-1ou2wzz/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:298:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110929-22036-1ou2wzz/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:313:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110929-22036-1ou2wzz/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:190:in `'
./features/step_definitions/web_extended_steps.rb:40:in `block (2 levels) in <top (required)>'
./features/step_definitions/web_steps.rb:14:in `with_scope'
./features/step_definitions/web_extended_steps.rb:39:in `/^I select the option containing "([^\"]*)" from "([^\"]*)" autocomplete$/'
features/manage_recurring_journal_adjustments.feature:21:in `And I select the option containing "1 - Main" from "transaction_account_postings_attributes_1_plant_id" autocomplete'
37)
cannot select option, no option with text 'Cust1 - [DEFAULT] 123 Fake Street' in select box 'Customer location' (Capybara::ElementNotFound)
./features/step_definitions/web_steps.rb:83:in `block (2 levels) in <top (required)>'
./features/step_definitions/web_steps.rb:14:in `with_scope'
./features/step_definitions/web_steps.rb:82:in `/^(?:|I )select "([^"]*)" from "([^"]*)"(?: within "([^"]*)")?$/'
features/manage_recurring_orders.feature:42:in `And I select "Cust1 - [DEFAULT] 123 Fake Street" from "Customer location"'
38)
expected #has_content?("123 Fake Street") to return true, got false (RSpec::Expectations::ExpectationNotMetError)
./features/step_definitions/web_steps.rb:121:in `block (2 levels) in <top (required)>'
./features/step_definitions/web_steps.rb:14:in `block in with_scope'
./features/step_definitions/web_steps.rb:14:in `with_scope'
./features/step_definitions/web_steps.rb:119:in `/^(?:|I )should see "([^"]*)"(?: within "([^"]*)")?$/'
features/manage_sales_orders.feature:26:in `Then I should see "123 Fake Street" within "#sales_order_customer_ship_to_address"'
39)
cannot select option, no option with text '22 street' in select box 'Customer location' (Capybara::ElementNotFound)
./features/step_definitions/web_steps.rb:83:in `block (2 levels) in <top (required)>'
./features/step_definitions/web_steps.rb:14:in `with_scope'
./features/step_definitions/web_steps.rb:82:in `/^(?:|I )select "([^"]*)" from "([^"]*)"(?: within "([^"]*)")?$/'
features/manage_sales_orders.feature:37:in `And I select "22 street" from "Customer location"'
40)
Unable to find 'li a:contains('1111')' (Capybara::ElementNotFound)
./features/step_definitions/web_extended_steps.rb:40:in `block (2 levels) in <top (required)>'
./features/step_definitions/web_steps.rb:14:in `with_scope'
./features/step_definitions/web_extended_steps.rb:39:in `/^I select the option containing "([^\"]*)" from "([^\"]*)" autocomplete$/'
features/manage_sales_orders.feature:56:in `And I select the option containing "1111" from "inventory_item_id[0]" autocomplete'
41)
Unable to find 'li a:contains('1111')' (Capybara::ElementNotFound)
./features/step_definitions/web_extended_steps.rb:40:in `block (2 levels) in <top (required)>'
./features/step_definitions/web_steps.rb:14:in `with_scope'
./features/step_definitions/web_extended_steps.rb:39:in `/^I select the option containing "([^\"]*)" from "([^\"]*)" autocomplete$/'
features/manage_sales_orders.feature:67:in `And I select the option containing "1111" from "inventory_item_id[0]" autocomplete'
42)
Unable to find 'li a:contains('1111')' (Capybara::ElementNotFound)
./features/step_definitions/web_extended_steps.rb:40:in `block (2 levels) in <top (required)>'
./features/step_definitions/web_steps.rb:14:in `with_scope'
./features/step_definitions/web_extended_steps.rb:39:in `/^I select the option containing "([^\"]*)" from "([^\"]*)" autocomplete$/'
features/manage_sales_orders.feature:77:in `And I select the option containing "1111" from "inventory_item_id[0]" autocomplete'
43)
Unable to find 'li a:contains('1111')' (Capybara::ElementNotFound)
./features/step_definitions/web_extended_steps.rb:40:in `block (2 levels) in <top (required)>'
./features/step_definitions/web_steps.rb:14:in `with_scope'
./features/step_definitions/web_extended_steps.rb:39:in `/^I select the option containing "([^\"]*)" from "([^\"]*)" autocomplete$/'
features/manage_sales_orders.feature:91:in `And I select the option containing "1111" from "inventory_item_id[0]" autocomplete'
44)
cannot select option, no option with text '123 Fake Street' in select box 'Customer location' (Capybara::ElementNotFound)
./features/step_definitions/web_steps.rb:83:in `block (2 levels) in <top (required)>'
./features/step_definitions/web_steps.rb:14:in `with_scope'
./features/step_definitions/web_steps.rb:82:in `/^(?:|I )select "([^"]*)" from "([^"]*)"(?: within "([^"]*)")?$/'
features/manage_sales_orders.feature:100:in `And I select "123 Fake Street" from "Customer location"'
45)
cannot select option, no option with text '123 Fake Street' in select box 'Customer location' (Capybara::ElementNotFound)
./features/step_definitions/web_steps.rb:83:in `block (2 levels) in <top (required)>'
./features/step_definitions/web_steps.rb:14:in `with_scope'
./features/step_definitions/web_steps.rb:82:in `/^(?:|I )select "([^"]*)" from "([^"]*)"(?: within "([^"]*)")?$/'
features/manage_sales_orders.feature:112:in `And I select "123 Fake Street" from "Customer location"'
46)
Element is not currently visible and so may not be interacted with (Selenium::WebDriver::Error::ElementNotDisplayedError)
[remote server] resource://fxdriver/modules/atoms.js:9280:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110929-22036-1ou2wzz/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:249:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110929-22036-1ou2wzz/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:298:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110929-22036-1ou2wzz/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:313:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110929-22036-1ou2wzz/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:190:in `'
./features/step_definitions/web_steps.rb:83:in `block (2 levels) in <top (required)>'
./features/step_definitions/web_steps.rb:14:in `with_scope'
./features/step_definitions/web_steps.rb:82:in `/^(?:|I )select "([^"]*)" from "([^"]*)"(?: within "([^"]*)")?$/'
features/manage_sales_orders.feature:141:in `And I select "Corp2" from "Company"'
47)
Element is not currently visible and so may not be interacted with (Selenium::WebDriver::Error::ElementNotDisplayedError)
[remote server] resource://fxdriver/modules/atoms.js:9280:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110929-22036-1ou2wzz/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:249:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110929-22036-1ou2wzz/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:298:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110929-22036-1ou2wzz/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:313:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110929-22036-1ou2wzz/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:190:in `'
./features/step_definitions/web_steps.rb:83:in `block (2 levels) in <top (required)>'
./features/step_definitions/web_steps.rb:14:in `with_scope'
./features/step_definitions/web_steps.rb:82:in `/^(?:|I )select "([^"]*)" from "([^"]*)"(?: within "([^"]*)")?$/'
features/manage_sales_orders.feature:165:in `And I select "Corp1" from "Company"'
48)
Element is not currently visible and so may not be interacted with (Selenium::WebDriver::Error::ElementNotDisplayedError)
[remote server] resource://fxdriver/modules/atoms.js:9280:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110929-22036-1ou2wzz/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:249:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110929-22036-1ou2wzz/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:298:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110929-22036-1ou2wzz/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:313:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110929-22036-1ou2wzz/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:190:in `'
./features/step_definitions/web_steps.rb:83:in `block (2 levels) in <top (required)>'
./features/step_definitions/web_steps.rb:14:in `with_scope'
./features/step_definitions/web_steps.rb:82:in `/^(?:|I )select "([^"]*)" from "([^"]*)"(?: within "([^"]*)")?$/'
features/manage_session_transaction_logs.feature:20:in `When I literally create a random journal adjustment at corporation "Gooser"'
3361/3757: 100% |==========================================| Time: 00:14:32
Failing Scenarios:
cucumber features/manage_batch_purchase_orders.feature:17 # Scenario: Create batch purchase orders from recurring order
cucumber features/manage_demand_report.feature:16 # Scenario: Basic report data
cucumber features/manage_down_time_reasons.feature:42 # Scenario: Fail to destroy a down time reason
cucumber features/manage_down_times.feature:21 # Scenario: View downtime
cucumber features/manage_intra_orders.feature:13 # Scenario: Create a new intra_order
cucumber features/manage_intra_orders.feature:26 # Scenario: Edit an intra_order
cucumber features/manage_intra_price_zones.feature:13 # Scenario: Assign a intra_price_zones
cucumber features/manage_intra_price_zones.feature:23 # Scenario: See an intra_pricing_zone price in an intra-order
cucumber features/manage_inventory_adjustments.feature:16 # Scenario: List Adjustments
cucumber features/manage_inventory_adjustments.feature:22 # Scenario: Add a New Inventory Adjustment with Inventory Postings
cucumber features/manage_inventory_adjustments.feature:37 # Scenario: Modify an Inventory Adjustment
cucumber features/manage_inventory_adjustments.feature:49 # Scenario: Approve an Inventory Adjustment
cucumber features/manage_inventory_adjustments.feature:64 # Scenario: Add a New Inventory Adjustment with Inventory Postings
cucumber features/manage_inventory_items.feature:98 # Scenario: Create a bagging inventory item
cucumber features/manage_inventory_productions.feature:40 # Scenario: Revise an existing, scheduled inventory production order
cucumber features/manage_journal_adjustments.feature:24 # Scenario: Create a valid Journal Adjustment
cucumber features/manage_journal_adjustments.feature:43 # Scenario: When credits and debits are unequal, cannot submit a valid journal entry.
cucumber features/manage_labels.feature:17 # Scenario: Create a label on produced goods
cucumber features/manage_outgoing_payments.feature:16 # Scenario: List outgoing payments
cucumber features/manage_outgoing_payments.feature:36 # Scenario: Positive Pay Export (Default to today's date)
cucumber features/manage_outgoing_payments.feature:44 # Scenario: Positive Pay Export (Date filter)
cucumber features/manage_packagings.feature:30 # Scenario: Adding a component gives another blank one
cucumber features/manage_packagings.feature:35 # Scenario: Adding a component to a package
cucumber features/manage_purchase_order_register.feature:62 # Scenario: Partially receive purchase order
cucumber features/manage_purchase_orders.feature:93 # Scenario: Edit a purchase order
cucumber features/manage_purchase_orders.feature:108 # Scenario: Print purchase order PDF
cucumber features/manage_receive_payments.feature:19 # Scenario: Receive payment filters (sales order filter test)
cucumber features/manage_receive_payments.feature:31 # Scenario: Receive payment filters (only show invoiced sales orders)
cucumber features/manage_receive_payments.feature:44 # Scenario: Receive payment filters (customer with default loc selected should all customer orders)
cucumber features/manage_receive_payments.feature:57 # Scenario: Pre-select default customer bank account
cucumber features/manage_receive_payments.feature:68 # Scenario: Show terms adjusted balances
cucumber features/manage_receive_payments.feature:85 # Scenario: Create a received payment
cucumber features/manage_reconciliations.feature:16 # Scenario: Bank account filter
cucumber features/manage_reconciliations.feature:27 # Scenario: Select reconciliations & calculate totals
cucumber features/manage_reconciliations.feature:36 # Scenario: Submit reconciliation
cucumber features/manage_recurring_journal_adjustments.feature:12 # Scenario: Create a journal adjustment and save as recurring
cucumber features/manage_recurring_orders.feature:37 # Scenario: Create a sales order and save as recurring in one click
cucumber features/manage_sales_orders.feature:22 # Scenario: Sales order form change selected customer
cucumber features/manage_sales_orders.feature:30 # Scenario: Sales order form change selected customer location
cucumber features/manage_sales_orders.feature:53 # Scenario: Sales order item form - Calculate pallets based on units entered
cucumber features/manage_sales_orders.feature:64 # Scenario: Sales order item form - Calculate units based on pallets entered
cucumber features/manage_sales_orders.feature:74 # Scenario: Sales order item form - Total Calculation
cucumber features/manage_sales_orders.feature:88 # Scenario: Sales order item form - change selected smart number
cucumber features/manage_sales_orders.feature:96 # Scenario: Sales order discount logged to comments
cucumber features/manage_sales_orders.feature:109 # Scenario: Create a sales order
cucumber features/manage_sales_orders.feature:131 # Scenario: Edit a sales order
cucumber features/manage_sales_orders.feature:161 # Scenario: Create a sales order (switch default plant based on a sales order rule)
cucumber features/manage_session_transaction_logs.feature:17 # Scenario: View my own transaction in the log
335 scenarios (48 failed, 7 skipped, 12 pending, 268 passed)
3764 steps (48 failed, 396 skipped, 12 pending, 3308 passed)
14m32.239s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment