Wait for post to be deleted before continuing

closes #7548
This commit is contained in:
Benjamin Neff 2017-08-17 05:17:30 +02:00
parent fdff13e542
commit aa8d46da0c
No known key found for this signature in database
GPG key ID: 971464C3F1A90194

View file

@ -109,6 +109,7 @@ When /^I click to delete the first post$/ do
accept_alert do
step "I prepare the deletion of the first post"
end
expect(find(".stream")).to have_no_css(".stream-element.loaded.deleting")
end
When /^I click to hide the first post$/ do