Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-10-09 13:30:49 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-10-09 13:30:49 +0400
commit87ffd67617095b0602b44a649d4d123e765ccdfc (patch)
tree5eb4e43c101024775a5e0e34627c9c01586becc8 /features
parent3fb1042d777f6b53632dacb6f853d94f830d8b18 (diff)
Improve Profile settings UI
Diffstat (limited to 'features')
-rw-r--r--features/steps/profile/profile.rb4
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