Unverified Commit aa8d46da authored by Benjamin Neff's avatar Benjamin Neff
Browse files

Wait for post to be deleted before continuing

closes #7548
parent fdff13e5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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