From 9e50f28ee9b5062c2b1822da95e76c86b44efafa Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 28 May 2015 15:32:28 +0200 Subject: Fix profile tests after header rename Signed-off-by: Dmitriy Zaporozhets --- features/steps/profile/profile.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features/steps/profile/profile.rb') diff --git a/features/steps/profile/profile.rb b/features/steps/profile/profile.rb index 791982d16c3..b8f79f70ca4 100644 --- a/features/steps/profile/profile.rb +++ b/features/steps/profile/profile.rb @@ -3,7 +3,7 @@ class Spinach::Features::Profile < Spinach::FeatureSteps include SharedPaths step 'I should see my profile info' do - page.should have_content "Profile Settings" + page.should have_content "This information will appear on your profile" end step 'I change my profile info' do -- cgit v1.2.1