Skip to content

Instantly share code, notes, and snippets.

@goganchic
Created May 23, 2011 17:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goganchic/987082 to your computer and use it in GitHub Desktop.
Save goganchic/987082 to your computer and use it in GitHub Desktop.
(::) failed steps (::)
scope '.calendar-res-container' not found on page (Capybara::ElementNotFound)
./features/step_definitions/web_steps.rb:14:in `with_scope'
./features/step_definitions/web_steps.rb:108:in `/^(?:|I )should see "([^"]*)"(?: within "([^"]*)")?$/'
features/calendar.feature:11:in `Then I should see "Rename Me" within ".calendar-res-container"'
expected #has_content?("Create Event") to return true, got false (RSpec::Expectations::ExpectationNotMetError)
./features/step_definitions/web_steps.rb:110
./features/step_definitions/web_steps.rb:14:in `with_scope'
./features/step_definitions/web_steps.rb:108:in `/^(?:|I )should see "([^"]*)"(?: within "([^"]*)")?$/'
features/calendar.feature:17:in `Then I should see "Create Event"'
Failing Scenarios:
cucumber features/calendar.feature:8 # Scenario: View new calendar
cucumber features/calendar.feature:13 # Scenario: Verify default form values
9 scenarios (2 failed, 7 passed)
48 steps (2 failed, 1 skipped, 45 passed)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment