Created
January 28, 2015 23:34
-
-
Save IdahoEv/572477e38ee93c152510 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
| Finished in 34.57 seconds (files took 2.93 seconds to load) | |
| 111 examples, 2 failures, 1 pending | |
| Failed examples: | |
| rspec ./spec/features/visitor_navigates_with_menu_spec.rb:19 # Vistor navigated to a path on desktop click on Path Link | |
| rspec /Users/evan/.rvm/gems/ruby-2.1.2@cms2/gems/rspec-steps-1.0.7/lib/rspec-steps/stepwise.rb:17 # Vistor navigated to a path on desktop step list |
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
| Failures: | |
| 1) Vistor navigated to a path on desktop click on Path Link | |
| Failure/Error: click_on("Path Link") | |
| Capybara::ElementNotFound: | |
| Unable to find link or button "Path Link" | |
| # ./spec/features/visitor_navigates_with_menu_spec.rb:20:in `block (2 levels) in <top (required)>' | |
| 2) Vistor navigated to a path on desktop step list | |
| Failure/Error: example.run(self, reporter) | |
| Capybara::ElementNotFound: | |
| Unable to find link or button "Path Link" | |
| # ./spec/features/visitor_navigates_with_menu_spec.rb:20:in `block (2 levels) in <top (required)>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment