From 8ee57adc8af63721e96d48477bcb56150d3ff137 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 8 Jun 2015 17:29:27 +0200 Subject: Fix tests Signed-off-by: Dmitriy Zaporozhets --- features/steps/profile/profile.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/steps/profile/profile.rb b/features/steps/profile/profile.rb index 32888eb17d9..04f50f01fac 100644 --- a/features/steps/profile/profile.rb +++ b/features/steps/profile/profile.rb @@ -168,7 +168,7 @@ class Spinach::Features::Profile < Spinach::FeatureSteps end step 'I click on my profile picture' do - click_link 'profile-pic' + click_link 'sidebar-user' end step 'I should see my user page' do -- cgit v1.2.1