From f1f0d6e2ea8cebdca33d37ad5322e5e2357e6f2f Mon Sep 17 00:00:00 2001 From: Dan Goldenberg <dangold1138@gmail.com> Date: Fri, 6 May 2011 15:12:46 -0700 Subject: [PATCH] added cuc test for commenting on a status message show page --- features/comments.feature | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/features/comments.feature b/features/comments.feature index 55e2ccf9f7..cb6e7eb1c0 100644 --- a/features/comments.feature +++ b/features/comments.feature @@ -75,3 +75,17 @@ Feature: commenting Then the first comment field should be closed When I focus the comment field Then the first comment field should be open + + Scenario: comment on a status show page + When I sign in as "bob@bob.bob" + And I am on "alice@alice.alice"'s page + Then I should see "Look at this dog" + When I follow "less than a minute ago" + Then I should see "Look at this dog" + And I fill in "text" with "I think thats a cat" + And I press "comment" + And I wait for the ajax to finish + When I am on "alice@alice.alice"'s page + Then I should see "I think thats a cat" + + -- GitLab