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
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue