Guest User

Untitled

a guest
Jul 21st, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. Scenario: Rename a talk # features/organisers/conference_talks.feature:23
  2. Given a talk exists with name: "Models & Investments", conference: the conference, stream: the stream # features/step_definitions/pickle_steps.rb:4
  3. And I am on the conferences page # features/step_definitions/webrat_steps.rb:11
  4. And I follow "WiMAX" # features/step_definitions/webrat_steps.rb:23
  5. And I follow "Streams" # features/step_definitions/webrat_steps.rb:23
  6. And I follow "Stream One - Positioning WiMAX" # features/step_definitions/webrat_steps.rb:23
  7. And I follow "Talks" # features/step_definitions/webrat_steps.rb:23
  8. And I follow the "Edit" link for "Models & Investments" # features/step_definitions/page_steps.rb:1
  9. And I fill in "Name" with "Opportunities for WiMAX in Asia" # features/step_definitions/webrat_steps.rb:31
  10. And I press "Save" # features/step_definitions/webrat_steps.rb:19
  11. No route matches "/streams//talks" with {:method=>:get} (ActionController::RoutingError)
  12. (eval):2:in `click_button'
  13. ./features/step_definitions/webrat_steps.rb:20:in `/^(?:|I )press "([^\"]*)"$/'
  14. features/organisers/conference_talks.feature:32:in `And I press "Save"'
  15. Then I should see "Opportunities for WiMAX in Asia"
Add Comment
Please, Sign In to add comment