Skip to content
Extraits de code Groupes Projets
Valider f1f0d6e2 rédigé par Dan Goldenberg's avatar Dan Goldenberg
Parcourir les fichiers

added cuc test for commenting on a status message show page

parent fa174f8e
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -75,3 +75,17 @@ Feature: commenting ...@@ -75,3 +75,17 @@ Feature: commenting
Then the first comment field should be closed Then the first comment field should be closed
When I focus the comment field When I focus the comment field
Then the first comment field should be open 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"
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter