diaspora/features/step_definitions/single_post_view_steps.rb
2015-01-25 05:11:59 +01:00

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