This commit is contained in:
danielgrippi 2012-02-09 18:03:41 -08:00 committed by Maxwell Salzberg
parent 36cb22ce1a
commit 89938bac6e

View file

@ -50,7 +50,7 @@ When /^I click to delete the first post$/ do
end
When /^I click to delete the first comment$/ do
page.execute_script('$(".comment").first().find(".comment_delete").click()')
find(".comment").find(".comment_delete").click()
end
When /^I click to delete the first uploaded photo$/ do