Skip to content

Instantly share code, notes, and snippets.

@bmishkin
Created September 9, 2011 16:20
Show Gist options
  • Save bmishkin/1206651 to your computer and use it in GitHub Desktop.
Save bmishkin/1206651 to your computer and use it in GitHub Desktop.
CS - cucumber
Using the default profile...
cleaning out the test database....
Seeding some basic person and roles data....
Seeding account types...
1)
Validation failed: Order date can't be blank (ActiveRecord::RecordInvalid)
./features/step_definitions/sales_order_steps.rb:12:in `block (2 levels) in <top (required)>'
./features/step_definitions/sales_order_steps.rb:2:in `each'
./features/step_definitions/sales_order_steps.rb:2:in `/^these sales orders:$/'
features/manage_ar_aging.feature:9:in `And these sales orders:'
2)
Undefined step: "a recurring order "rec1"" (Cucumber::Undefined)
features/manage_batch_purchase_orders.feature:18:in `Given a recurring order "rec1"'
3)
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_cash_sales.feature:20:in `And I select the option containing "1111" from "inventory_item_id[0]" autocomplete'
4)
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_cash_sales.feature:29:in `And I select the option containing "1111" from "inventory_item_id[0]" autocomplete'
5)
no button with value or id or text 'Search' found (Capybara::ElementNotFound)
./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_corporations.feature:24:in `And I press "Search"'
6)
no button with value or id or text 'Search' found (Capybara::ElementNotFound)
./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_corporations.feature:41:in `And I press "Search"'
7)
no button with value or id or text 'Search' found (Capybara::ElementNotFound)
./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_corporations_register.feature:24:in `And I press "Search"'
8)
no button with value or id or text 'Search' found (Capybara::ElementNotFound)
./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_corporations_register.feature:41:in `And I press "Search"'
9)
no button with value or id or text 'Search' found (Capybara::ElementNotFound)
./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_customers_register.feature:29:in `And I press "Search"'
10)
no button with value or id or text 'Search' found (Capybara::ElementNotFound)
./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_customers_register.feature:37:in `And I press "Search"'
11)
no button with value or id or text 'Search' found (Capybara::ElementNotFound)
./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_customers_register.feature:45:in `And I press "Search"'
12)
no button with value or id or text 'Search' found (Capybara::ElementNotFound)
./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_customers_register.feature:53:in `And I press "Search"'
13)
no button with value or id or text 'Search' found (Capybara::ElementNotFound)
./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_customers_register.feature:61:in `And I press "Search"'
14)
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:'
15)
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-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:249:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:298:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:313:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/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_down_time_reasons.feature:49:in `And I select "toohot" from "Reason"'
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-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:249:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:298:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:313:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/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_down_times.feature:17:in `And I select "late" from "Reason"'
17)
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-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:249:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:298:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:313:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/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_down_times.feature:17:in `And I select "late" from "Reason"'
18)
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-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:249:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:298:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:313:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/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_down_times.feature:17:in `And I select "late" from "Reason"'
19)
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-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:249:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:298:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:313:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/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_down_times.feature:17:in `And I select "late" from "Reason"'
20)
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-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:249:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:298:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:313:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/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_formulas.feature:51:in `And I select "5 - soap" from "formula[ingredients_attributes][0][inventory_item_id]"'
21)
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-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:249:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:298:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:313:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/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_formulas.feature:62:in `And I select "5 - soap" from "formula[ingredients_attributes][0][inventory_item_id]"'
22)
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-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:249:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:298:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:313:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/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_intra_price_zones.feature:27:in `And I select "johnny" from "Selling plant"'
23)
Validation failed: Inventory postings must contain at least one posting. (ActiveRecord::RecordInvalid)
./features/step_definitions/inventory_adjustment_steps.rb:10:in `/^an inventory adjustment with date "([^"]*)" and memo "([^"]*)"$/'
features/manage_inventory_adjustments.feature:16:in `Given an inventory adjustment with date "2010-01-01" and memo "Fell off a truck"'
24)
Validation failed: Inventory postings must contain at least one posting. (ActiveRecord::RecordInvalid)
./features/step_definitions/inventory_adjustment_steps.rb:10:in `/^an inventory adjustment with date "([^"]*)" and memo "([^"]*)"$/'
features/manage_inventory_adjustments.feature:34:in `Given an inventory adjustment with date "2010-01-01" and memo "Fell off a truck"'
25)
cannot select option, no option with text 'twinky' in select box 'Bagging Parent' (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_items.feature:106:in `And I select "twinky" from "Bagging Parent"'
26)
expected #has_content?("1.5") 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_inventory_productions.feature:21:in `Then I should see "1.5" within "#inventory_production_sched_production_hours"'
27)
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-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:249:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:298:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:313:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/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_journal_adjustments.feature:29:in `And I select "1 - Main" from "transaction_account_postings_attributes_0_plant_id"'
28)
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-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:249:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:298:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:313:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/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_journal_adjustments.feature:48:in `And I select "1 - Main" from "transaction_account_postings_attributes_0_plant_id"'
29)
cannot fill in, no text field, text area or password field with id, name, or label 'auto_inventory_production_inventory_item_id' found (Capybara::ElementNotFound)
./features/step_definitions/web_extended_steps.rb:38: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"'
30)
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-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:249:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:298:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:313:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/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_packagings.feature:21:in `And I select "Pallet" from "Kind"'
31)
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-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:249:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:298:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:313:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/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_packagings.feature:32:in `And I select "2 - wrap" from "packaging[components_attributes][0][inventory_item_id]"'
32)
Unable to find 'li a:contains('InvItem1')' (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_purchase_orders.feature:39:in `And I select the option containing "InvItem1" from "inventory_item_id[0]" autocomplete'
33)
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-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:249:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:298:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:313:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/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_purchase_orders.feature:74:in `And I select "Service" from "PO Type"'
34)
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:23:in `And I press "Set Filter"'
35)
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:34:in `And I press "Set Filter"'
36)
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:49:in `Then I should see "8888"'
37)
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:58:in `And I press "Set Filter"'
38)
expected #has_content?("$110") 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:71:in `Then I should see "$110"'
39)
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-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:249:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:298:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:313:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/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_receive_payments.feature:85:in `And I select "WeBuild" from "Plant"'
40)
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-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:249:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:298:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:313:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/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_reconciliations.feature:18:in `And I select "1-11 - CashIsKing" from "Bank account"'
41)
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-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:249:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:298:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:313:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/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_reconciliations.feature:29:in `And I select "1-11 - CashIsKing" from "Bank account"'
42)
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-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:249:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:298:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:313:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/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_reconciliations.feature:38:in `And I select "1-11 - CashIsKing" from "Bank account"'
43)
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-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:249:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:298:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:313:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/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_recurring_orders.feature:21:in `And I select "Service" from "PO Type"'
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_recurring_orders.feature:40:in `And I select "123 Fake Street" from "Customer location"'
45)
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-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:249:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:298:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:313:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/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_recurring_orders.feature:74:in `And I select "ro1" from "recurring_order[id]"'
46)
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"'
47)
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"'
48)
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'
49)
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'
50)
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'
51)
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'
52)
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"'
53)
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"'
54)
Validation failed: Order date can't be blank (ActiveRecord::RecordInvalid)
./features/step_definitions/sales_order_steps.rb:12:in `block (2 levels) in <top (required)>'
./features/step_definitions/sales_order_steps.rb:2:in `each'
./features/step_definitions/sales_order_steps.rb:2:in `/^these sales orders:$/'
features/manage_sales_orders.feature:132:in `Given these sales orders:'
55)
Validation failed: Order date can't be blank (ActiveRecord::RecordInvalid)
./features/step_definitions/sales_order_steps.rb:12:in `block (2 levels) in <top (required)>'
./features/step_definitions/sales_order_steps.rb:2:in `each'
./features/step_definitions/sales_order_steps.rb:2:in `/^these sales orders:$/'
features/manage_sales_orders.feature:153:in `Given these sales orders:'
56)
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-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:249:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:298:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:313:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/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"'
57)
Validation failed: Order date can't be blank (ActiveRecord::RecordInvalid)
./features/step_definitions/sales_order_steps.rb:12:in `block (2 levels) in <top (required)>'
./features/step_definitions/sales_order_steps.rb:2:in `each'
./features/step_definitions/sales_order_steps.rb:2:in `/^these sales orders:$/'
features/manage_sales_orders.feature:176:in `Given these sales orders:'
DEPRECATION WARNING: <% %> style block helpers are deprecated. Please use <%= %>. (called from _app_views_sales_orders_show_html_erb__2776873563951361975_2244916260_3369774312095957718 at /Users/bmishkin/develop/countrystone/app/views/sales_orders/show.html.erb:1)
DEPRECATION WARNING: <% %> style block helpers are deprecated. Please use <%= %>. (called from _app_views_sales_orders_show_html_erb__2776873563951361975_2244916260_3369774312095957718 at /Users/bmishkin/develop/countrystone/app/views/sales_orders/show.html.erb:1)
DEPRECATION WARNING: <% %> style block helpers are deprecated. Please use <%= %>. (called from _app_views_sales_orders_show_html_erb__2776873563951361975_2244916260_3369774312095957718 at /Users/bmishkin/develop/countrystone/app/views/sales_orders/show.html.erb:1)
DEPRECATION WARNING: <% %> style block helpers are deprecated. Please use <%= %>. (called from _app_views_sales_orders_show_html_erb__2776873563951361975_2244916260_3369774312095957718 at /Users/bmishkin/develop/countrystone/app/views/sales_orders/show.html.erb:1)
DEPRECATION WARNING: <% %> style block helpers are deprecated. Please use <%= %>. (called from _app_views_sales_orders_show_html_erb__2776873563951361975_2244916260_3369774312095957718 at /Users/bmishkin/develop/countrystone/app/views/sales_orders/show.html.erb:1)
58)
Validation failed: Order date can't be blank (ActiveRecord::RecordInvalid)
./features/step_definitions/sales_order_steps.rb:12:in `block (2 levels) in <top (required)>'
./features/step_definitions/sales_order_steps.rb:2:in `each'
./features/step_definitions/sales_order_steps.rb:2:in `/^these sales orders:$/'
features/manage_sales_orders.feature:248:in `Given these sales orders:'
59)
Validation failed: Order date can't be blank (ActiveRecord::RecordInvalid)
./features/step_definitions/sales_order_steps.rb:12:in `block (2 levels) in <top (required)>'
./features/step_definitions/sales_order_steps.rb:2:in `each'
./features/step_definitions/sales_order_steps.rb:2:in `/^these sales orders:$/'
features/manage_sales_orders.feature:258:in `Given these sales orders:'
60)
Validation failed: Order date can't be blank (ActiveRecord::RecordInvalid)
./features/step_definitions/sales_order_steps.rb:12:in `block (2 levels) in <top (required)>'
./features/step_definitions/sales_order_steps.rb:2:in `each'
./features/step_definitions/sales_order_steps.rb:2:in `/^these sales orders:$/'
features/manage_sales_orders.feature:272:in `Given these sales orders:'
61)
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-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:249:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:298:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:313:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/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"'
62)
expected #has_no_content?("1111") to return true, got false (RSpec::Expectations::ExpectationNotMetError)
./features/step_definitions/web_steps.rb:142:in `block (2 levels) in <top (required)>'
./features/step_definitions/web_steps.rb:14:in `with_scope'
./features/step_definitions/web_steps.rb:140:in `/^(?:|I )should not see "([^"]*)"(?: within "([^"]*)")?$/'
features/sales_order_queues.feature:35:in `And I should not see "1111"'
63)
cannot select option, no option with text 'Approved' in select box 'search[state_eq]' (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/sales_order_queues.feature:39:in `And I select "Approved" from "search[state_eq]"'
64)
cannot select option, no option with text 'Loading' in select box 'search[state_eq]' (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/sales_order_queues.feature:50:in `And I select "Loading" from "search[state_eq]"'
65)
cannot select option, no option with text 'Pending ship ticket approval' in select box 'search[state_eq]' (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/sales_order_queues.feature:61:in `And I select "Pending ship ticket approval" from "search[state_eq]"'
66)
Validation failed: Order date can't be blank (ActiveRecord::RecordInvalid)
./features/step_definitions/sales_order_steps.rb:12:in `block (2 levels) in <top (required)>'
./features/step_definitions/sales_order_steps.rb:2:in `each'
./features/step_definitions/sales_order_steps.rb:2:in `/^these sales orders:$/'
features/sales_order_queues.feature:122:in `Given these sales orders:'
67)
Validation failed: Order date can't be blank (ActiveRecord::RecordInvalid)
./features/step_definitions/sales_order_steps.rb:12:in `block (2 levels) in <top (required)>'
./features/step_definitions/sales_order_steps.rb:2:in `each'
./features/step_definitions/sales_order_steps.rb:2:in `/^these sales orders:$/'
features/sales_order_queues.feature:144:in `Given these sales orders:'
68)
Validation failed: Order date can't be blank (ActiveRecord::RecordInvalid)
./features/step_definitions/sales_order_steps.rb:12:in `block (2 levels) in <top (required)>'
./features/step_definitions/sales_order_steps.rb:2:in `each'
./features/step_definitions/sales_order_steps.rb:2:in `/^these sales orders:$/'
features/sales_order_queues.feature:160:in `Given these sales orders:'
DEPRECATION WARNING: <% %> style block helpers are deprecated. Please use <%= %>. (called from _app_views_sales_orders_show_html_erb__2776873563951361975_2244916260_3369774312095957718 at /Users/bmishkin/develop/countrystone/app/views/sales_orders/show.html.erb:1)
69)
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-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:249:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:298:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:313:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/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/send_to_payment.feature:27:in `And I select "IVend" from "vendor_id"'
70)
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-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:249:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:298:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:313:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/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/send_to_payment.feature:44:in `And I select "IVend" from "vendor_id"'
71)
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-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:249:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:298:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:313:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/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/send_to_payment.feature:53:in `And I select "WeBuild" from "plant_id"'
72)
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-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:249:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:298:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:313:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/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/send_to_payment.feature:62:in `And I select "IVend" from "vendor_id"'
73)
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-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:249:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:298:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:313:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/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/send_to_payment.feature:73:in `And I select "IVend" from "vendor_id"'
74)
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-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:249:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:298:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:313:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/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/send_to_payment.feature:85:in `And I select "IVend" from "vendor_id"'
75)
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-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:249:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:298:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:313:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/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/send_to_payment.feature:100:in `And I select "IVend" from "vendor_id"'
76)
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-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:249:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:298:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:313:in `'
[remote server] file:///var/folders/1D/1DYULiNBEMCXJc6IpdPRik+++TI/-Tmp-/webdriver-profile20110909-48101-7lcrlo/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/send_to_payment.feature:116:in `And I select "IVend" from "vendor_id"'
77)
no button with value or id or text 'Search' found (Capybara::ElementNotFound)
./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/vendors_register.feature:24:in `And I press "Search"'
78)
no button with value or id or text 'Search' found (Capybara::ElementNotFound)
./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/vendors_register.feature:41:in `And I press "Search"'
3121/3588: 100% |==========================================| Time: 00:16:17
Failing Scenarios:
cucumber features/manage_ar_aging.feature:16 # Scenario: Amounts due over time should work
cucumber features/manage_cash_sales.feature:18 # Scenario: Cash sale item form - Calculate pallets based on units entered
cucumber features/manage_cash_sales.feature:27 # Scenario: Cash sale order item form - Calculate units based on pallets entered
cucumber features/manage_corporations.feature:21 # Scenario: Filter Corporation by name
cucumber features/manage_corporations.feature:38 # Scenario: Filter Corporations by state
cucumber features/manage_corporations_register.feature:21 # Scenario: Filter Corporation by name
cucumber features/manage_corporations_register.feature:38 # Scenario: Filter Corporations by state
cucumber features/manage_customers_register.feature:26 # Scenario: Filter Customer by name
cucumber features/manage_customers_register.feature:34 # Scenario: Filter Customer by zip code
cucumber features/manage_customers_register.feature:42 # Scenario: Filter Customer by email
cucumber features/manage_customers_register.feature:50 # Scenario: Filter Customer by salesman
cucumber features/manage_customers_register.feature:58 # Scenario: Filter Customers by state
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:53 # Scenario: View downtime
cucumber features/manage_down_times.feature:63 # Scenario: Add a down time
cucumber features/manage_down_times.feature:72 # Scenario: Delete a downtime
cucumber features/manage_down_times.feature:79 # Scenario: Add too much down time
cucumber features/manage_formulas.feature:47 # Scenario: I create a new formula
cucumber features/manage_formulas.feature:60 # Scenario: I add an ingredient to a formula
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:15 # Scenario: List Adjustments
cucumber features/manage_inventory_adjustments.feature:33 # Scenario: Modify an Inventory Adjustment
cucumber features/manage_inventory_items.feature:98 # Scenario: Create a bagging inventory item
cucumber features/manage_inventory_productions.feature:14 # Scenario: Get an scheduled production time while entering a new 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_packagings.feature:17 # Scenario: I create a packaging
cucumber features/manage_packagings.feature:30 # Scenario: Adding a component gives another blank one
cucumber features/manage_purchase_orders.feature:35 # Scenario: New Purchase Order change Item
cucumber features/manage_purchase_orders.feature:70 # Scenario: Create a purchase order
cucumber features/manage_receive_payments.feature:19 # Scenario: Receive payment filters (sales order filter test)
cucumber features/manage_receive_payments.feature:29 # Scenario: Receive payment filters (only show invoiced sales orders)
cucumber features/manage_receive_payments.feature:41 # Scenario: Receive payment filters (customer with default loc selected should all customer orders)
cucumber features/manage_receive_payments.feature:53 # Scenario: Pre-select default customer bank account
cucumber features/manage_receive_payments.feature:63 # Scenario: Show terms adjusted balances
cucumber features/manage_receive_payments.feature:81 # 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_orders.feature:17 # Scenario: Create a purchase order and save as recurring in one click
cucumber features/manage_recurring_orders.feature:36 # Scenario: Create a sales order and save as recurring in one click
cucumber features/manage_recurring_orders.feature:71 # Scenario: Load purchase order from recurring order on po create page
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:152 # Scenario: Sales order print pdf
cucumber features/manage_sales_orders.feature:161 # Scenario: Create a sales order (switch default plant based on a sales order rule)
cucumber features/manage_sales_orders.feature:175 # Scenario: Print pick list and ship ticket buttons should not show up on unapproved orders
cucumber features/manage_sales_orders.feature:247 # Scenario: Print consolidated pick list and ship ticket
cucumber features/manage_sales_orders.feature:257 # Scenario: Approve ship ticket and print invoice
cucumber features/manage_sales_orders.feature:271 # Scenario: Re-print invoice
cucumber features/manage_session_transaction_logs.feature:17 # Scenario: View my own transaction in the log
cucumber features/sales_order_queues.feature:30 # Scenario: All (except unapproved, invoiced, and paid) queue
cucumber features/sales_order_queues.feature:37 # Scenario: Approved queue
cucumber features/sales_order_queues.feature:48 # Scenario: Loading queue
cucumber features/sales_order_queues.feature:59 # Scenario: Pending ship ticket approval queue
cucumber features/sales_order_queues.feature:121 # Scenario: Mass print selected pick lists
cucumber features/sales_order_queues.feature:143 # Scenario: Mass approve ship tickets and print invoices
cucumber features/sales_order_queues.feature:159 # Scenario: Mass print invoices on invoiced queue
cucumber features/send_to_payment.feature:25 # Scenario: Filters
cucumber features/send_to_payment.feature:40 # Scenario: Show terms adjusted balances
cucumber features/send_to_payment.feature:51 # Scenario: Load plant's bank accounts
cucumber features/send_to_payment.feature:60 # Scenario: PO selection & Summary
cucumber features/send_to_payment.feature:71 # Scenario: Summary totals
cucumber features/send_to_payment.feature:83 # Scenario: Payment summary pull down (Total amount applied exceeds selected PO's)
cucumber features/send_to_payment.feature:98 # Scenario: Payment summary pull down (Total amount applied less than selected PO's)
cucumber features/send_to_payment.feature:114 # Scenario: Create an outgoing payment
cucumber features/vendors_register.feature:21 # Scenario: Filter Vendor by name
cucumber features/vendors_register.feature:38 # Scenario: Filter Vendors by state
325 scenarios (77 failed, 2 skipped, 1 undefined, 12 pending, 233 passed)
3595 steps (77 failed, 467 skipped, 1 undefined, 12 pending, 3038 passed)
16m17.881s
You can implement step definitions for undefined steps with these snippets:
Given /^a recurring order "([^"]*)"$/ do |arg1|
pending # express the regexp above with the code you wish you had
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment