mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-06 12:43:06 +08:00
11 lines
218 B
Ruby
11 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
|