Merge branch 'stable' into develop

This commit is contained in:
Jonne Haß 2016-01-04 00:17:54 +01:00
commit 2af02db0d6

View file

@ -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