Skip to content

Instantly share code, notes, and snippets.

@smparkes
Created May 31, 2010 21:21
Show Gist options
  • Save smparkes/420289 to your computer and use it in GitHub Desktop.
Save smparkes/420289 to your computer and use it in GitHub Desktop.
Using the default profile...
-----F
(::) failed steps (::)
scope '//*[@id = 'messages']//*[contains(concat(' ', @class, ' '), ' message ') and position() = 2]' not found on page (Capybara::ElementNotFound)
./features/step_definitions/posts_steps.rb:20
./features/step_definitions/posts_steps.rb:18:in `each'
./features/step_definitions/posts_steps.rb:18:in `/^I fill in messages with "([^\"]*)"$/'
features/manage_posts.feature:15:in `And I fill in messages with "<messages>"'
Failing Scenarios:
cucumber features/manage_posts.feature:12 # Scenario: Foo
1 scenario (1 failed)
5 steps (1 failed, 2 skipped, 2 passed)
0m0.406s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment