scinote-web/features/step_definitions/profile_steps.rb
2017-10-11 09:51:20 +02:00

12 lines
218 B
Ruby

Then(/^I click on Avatar$/) do
find('img.avatar').click
end
Given(/^I'm on the profile page$/) do
visit edit_user_registration_path
end
Then(/^I click on Browse button$/) do
find('input#user_avatar').click
end