Guest User

Untitled

a guest
Jan 12th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. sebek@sebek-laptop:~/Work/sunflower$ bundle exec cucumber
  2. Using the default profile...
  3. DEPRECATION WARNING: RAILS_ROOT is deprecated. Please use ::Rails.root.to_s. (called from join at (erb):2)
  4. ...............F-..................................F-.............................................................................................................................................................................................................................................................................F--...................F---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------............
  5.  
  6. (::) failed steps (::)
  7.  
  8. expected #has_content?("Your card has been sent") to return true, got false (RSpec::Expectations::ExpectationNotMetError)
  9. ./features/step_definitions/web_steps.rb:113
  10. ./features/step_definitions/web_steps.rb:13:in `with_scope'
  11. ./features/step_definitions/web_steps.rb:111:in `/^(?:|I )should see "([^\"]*)"(?: within "([^\"]*)")?$/'
  12. features/addressbook_activation.feature:22:in `Then I should see "Your card has been sent"'
  13.  
  14. expected #has_content?("Your card has been sent") to return true, got false (RSpec::Expectations::ExpectationNotMetError)
  15. ./features/step_definitions/web_steps.rb:113
  16. ./features/step_definitions/web_steps.rb:13:in `with_scope'
  17. ./features/step_definitions/web_steps.rb:111:in `/^(?:|I )should see "([^\"]*)"(?: within "([^\"]*)")?$/'
  18. features/custom_cards.feature:30:in `Then I should see "Your card has been sent"'
  19.  
  20. expected #has_xpath?("//*") to return true, got false (RSpec::Expectations::ExpectationNotMetError)
  21. ./features/step_definitions/web_steps.rb:124
  22. ./features/step_definitions/web_steps.rb:13:in `with_scope'
  23. ./features/step_definitions/web_steps.rb:122:in `/^(?:|I )should see \/([^\/]*)\/(?: within "([^\"]*)")?$/'
  24. features/scheduled_cards.feature:27:in `Then I should see /Your card will be send on/'
  25.  
  26. Failing Scenarios:
  27. cucumber features/addressbook_activation.feature:14 # Scenario: Addressbook is active on preview if user decided so
  28. cucumber features/custom_cards.feature:14 # Scenario: Creating custom card image when logged in
  29. cucumber features/scheduled_cards.feature:31 # Scenario: Sending scheduled card
  30.  
  31. 30 scenarios (3 failed, 5 skipped, 22 passed)
  32. 474 steps (3 failed, 185 skipped, 286 passed)
  33. 8m51.034s
Add Comment
Please, Sign In to add comment