diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-10-09 12:30:49 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-10-09 12:30:49 +0300 |
commit | 87ffd67617095b0602b44a649d4d123e765ccdfc (patch) | |
tree | 5eb4e43c101024775a5e0e34627c9c01586becc8 /features | |
parent | 3fb1042d777f6b53632dacb6f853d94f830d8b18 (diff) | |
download | gitlab-ce-87ffd67617095b0602b44a649d4d123e765ccdfc.tar.gz |
Improve Profile settings UI
Diffstat (limited to 'features')
-rw-r--r-- | features/steps/profile/profile.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/features/steps/profile/profile.rb b/features/steps/profile/profile.rb index 585aa9f119d..ea7550a6f22 100644 --- a/features/steps/profile/profile.rb +++ b/features/steps/profile/profile.rb @@ -3,9 +3,7 @@ class Profile < Spinach::FeatureSteps include SharedPaths step 'I should see my profile info' do - page.should have_content "Profile" - page.should have_content @user.name - page.should have_content @user.email + page.should have_content "Profile settings" end step 'I change my contact info' do |