Created
May 31, 2010 21:21
-
-
Save smparkes/420289 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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