This commit is contained in:
danielgrippi 2012-02-09 18:03:41 -08:00
parent 62b222020d
commit 5a4f9d5b99

View file

@ -50,7 +50,7 @@ When /^I click to delete the first post$/ do
end end
When /^I click to delete the first comment$/ do 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 end
When /^I click to delete the first uploaded photo$/ do When /^I click to delete the first uploaded photo$/ do