15 lines
No EOL
276 B
Ruby
15 lines
No EOL
276 B
Ruby
And /^I click to hide the post/ do
|
|
find('.hide_post').click
|
|
end
|
|
|
|
And /^I click to block the user/ do
|
|
find('.block_user').click
|
|
end
|
|
|
|
And /^I click to report the post/ do
|
|
find('.post_report').click
|
|
end
|
|
|
|
And /^I click to delete the post/ do
|
|
find('.remove_post').click
|
|
end |