Skip to content
Extraits de code Groupes Projets
Valider fa174f8e rédigé par Raphael Sofaer's avatar Raphael Sofaer
Parcourir les fichiers

Cukes for posting a photo with and without text

parent d0381b91
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -24,6 +24,34 @@ Feature: posting
And I follow "All Aspects"
Then I should see "I am eating a yogurt" within ".stream_element"
Scenario: post a photo without text
Given I expand the publisher
And I attach the file "spec/fixtures/button.png" to hidden element "file" within "#file-upload"
And I press "Share"
And I wait for the ajax to finish
And I follow "All Aspects"
Then I should see a "img" within ".stream_element:first div.photo_attachments"
Then I log out
And I sign in as "alice@alice.alice"
And I go to "bob@bob.bob"'s page
Then I should see a "img" within ".stream_element:first div.photo_attachments"
Scenario: post a photo with text
Given I expand the publisher
And I attach the file "spec/fixtures/button.png" to hidden element "file" within "#file-upload"
And I fill in "status_message_fake_text" with "Look at this dog"
And I press "Share"
And I wait for the ajax to finish
And I follow "All Aspects"
Then I should see a "img" within ".stream_element:first div.photo_attachments"
And I should see "Look at this dog" within ".stream_element:first"
Then I log out
And I sign in as "alice@alice.alice"
And I go to "bob@bob.bob"'s page
Then I should see a "img" within ".stream_element:first div.photo_attachments"
And I should see "Look at this dog" within ".stream_element:first"
Scenario: hide a post
Given I expand the publisher
When I fill in "status_message_fake_text" with "Here is a post for you to hide"
......
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