Skip to content
Extraits de code Groupes Projets
Valider a4257a70 rédigé par Manuel Vögele's avatar Manuel Vögele Validation de Jonne Haß
Parcourir les fichiers

Wait for spinner to disappear before checking for posts in the stream

closes #6615
parent b1f7a452
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -15,6 +15,7 @@ Then /^I should not see an uploaded image within the photo drop zone$/ do ...@@ -15,6 +15,7 @@ Then /^I should not see an uploaded image within the photo drop zone$/ do
end end
Then /^I should not see any posts in my stream$/ do Then /^I should not see any posts in my stream$/ do
page.assert_selector("#paginate .loader", visible: :hidden)
page.assert_selector(".stream_element", count: 0) page.assert_selector(".stream_element", count: 0)
end end
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter