Skip to content
Extraits de code Groupes Projets
Valider 166590ea rédigé par Jonne Haß's avatar Jonne Haß
Parcourir les fichiers

Merge pull request #5453 from svbergerem/fix-delete-photo-cuke

Fix delete a photo cuke
parents 7c775208 9a047749
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -31,6 +31,6 @@ Feature: show photos
When I am on "robert@grimm.grimm"'s photos page
And I delete a photo
And I confirm the alert
Then I should not see ".deleting" within ".stream"
Then I should not see a ".stream"
When I am on "robert@grimm.grimm"'s page
Then I should not see "Photos" within "#profile_horizontal_bar"
......@@ -160,7 +160,7 @@ end
Then /^(?:|I )should not see a "([^\"]*)"(?: within "([^\"]*)")?$/ do |selector, scope_selector|
with_scope(scope_selector) do
current_scope.has_css?(selector, :visible => true).should be false
current_scope.should have_no_css(selector, :visible => true)
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