Skip to content

Instantly share code, notes, and snippets.

@IskanderHaziev
Created May 26, 2011 14:17
Show Gist options
  • Save IskanderHaziev/993230 to your computer and use it in GitHub Desktop.
Save IskanderHaziev/993230 to your computer and use it in GitHub Desktop.
# FIRST RUN
gvalmon-pc:paperlex-fs iskanderhaziev$ cucumber features/contracts --require features
Using the default profile...
................................F---.............................................................................F--........
(::) failed steps (::)
expected false to be true (RSpec::Expectations::ExpectationNotMetError)
./features/step_definitions/common/app_steps.rb:11
./features/step_definitions/common/web_steps.rb:18:in `with_scope'
./features/step_definitions/common/web_steps.rb:18:in `with_scope'
./features/step_definitions/common/app_steps.rb:10:in `/^I should see "([^"]*)" in popup$/'
features/contracts/create_contract.feature:29:in `Then I should see "It seems like you are registered in the system." in popup'
cannot fill in, no text field, text area or password field with id, name, or label 'First Party' found (Capybara::ElementNotFound)
./features/step_definitions/common/web_steps.rb:49
./features/step_definitions/common/web_steps.rb:18:in `with_scope'
./features/step_definitions/common/web_steps.rb:48:in `/^(?:|I )fill in "([^"]*)" with "([^"]*)"(?: within "([^"]*)")?$/'
features/contracts/update_contract.feature:31:in `And submit updated contract information'
Failing Scenarios:
cucumber features/contracts/create_contract.feature:24 # Scenario: Creating a sample contract as registered but signed out user
cucumber features/contracts/update_contract.feature:25 # Scenario: Updating shared contract as shadow user
18 scenarios (2 failed, 16 passed)
121 steps (2 failed, 5 skipped, 114 passed)
5m49.103s
# SECOND RUN
gvalmon-pc:paperlex-fs iskanderhaziev$ cucumber features/contracts --require features
Using the default profile...
............................................................................................................................
18 scenarios (18 passed)
121 steps (121 passed)
5m20.930s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment