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