diaspora/features/step_definitions/single_post_view_steps.rb
2015-03-14 14:50:35 +00:00

20 lines
351 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
And /^I click to (?:like|unlike) the post/ do
like_show_page_post
end