fix cuke
This commit is contained in:
parent
62b222020d
commit
5a4f9d5b99
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue