Skip to content
Extraits de code Groupes Projets
Non vérifiée Valider 6b2c010e rédigé par Benjamin Neff's avatar Benjamin Neff
Parcourir les fichiers

Wait for like to finish

parent c2526c61
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -95,7 +95,9 @@ module PublishingCukeHelpers ...@@ -95,7 +95,9 @@ module PublishingCukeHelpers
def like_stream_post(post_text) def like_stream_post(post_text)
within_post(post_text) do within_post(post_text) do
find(:css, 'a.like').click action = find(:css, "a.like").text
find(:css, "a.like").click
expect(find(:css, "a.like")).not_to have_text(action)
end end
end end
......
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