Commit 5b4ab5a0 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Properly click on user profile picture

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 8ee57adc
...@@ -168,7 +168,7 @@ class Spinach::Features::Profile < Spinach::FeatureSteps ...@@ -168,7 +168,7 @@ class Spinach::Features::Profile < Spinach::FeatureSteps
end end
step 'I click on my profile picture' do step 'I click on my profile picture' do
click_link 'sidebar-user' find(:css, '.sidebar-user').click
end end
step 'I should see my user page' do step 'I should see my user page' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment