@@ -14,7 +14,7 @@ Feature: The Hackety Forum
1414 Scenario : View replies to a discussion
1515 Given I'm logged in
1616 And there's a discussion named "I need help" in "learning_ruby" with a reply
17- When I go to the discussion "learning_ruby/ i_need_help"
17+ When I go to the discussion "i_need_help" in "learning_ruby "
1818 Then I should see "I need help"
1919 And I should see "I'm here to help!"
2020 Scenario : Make a new reply
@@ -26,18 +26,19 @@ Feature: The Hackety Forum
2626 When I follow "Reply"
2727 And I fill in "Body" with "I'll help you!"
2828 And I press "Create Reply"
29- Then I should be on the discussion "learning_ruby/ i_need_help" page
29+ Then I should be on the discussion "i_need_help" in "learning_ruby"
3030 And I should see "Replied!"
3131 And I should see "I'll help you"
3232 And I should see "steve says:"
3333 Scenario : Make a new discussion
34- Given I'm logged in
34+ Given I'm logged in as "some_hacker"
3535 And I go to the forums
3636 And I follow "Learning Ruby"
3737 When I follow "New Discussion"
3838 And I fill in "Title" with "HALP!"
3939 And I fill in "Body" with "I'm really unsure as to how to do something."
4040 And I press "Create Discussion"
41- Then I should be on the discussion "learning_ruby"
41+ Then I should be on the discussion "halp" in " learning_ruby"
4242 And I should see "Discussion created!"
4343 And I should see "HALP!"
44+ And I should see "some_hacker says:"
0 commit comments