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>2014-02-17 20:06:24 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-02-17 20:06:24 +0400
commit936353edfdf00653b23f6837f29095dbc3a5f5dc (patch)
treea6af1dbf0d899e22ffcc4026c2b7425970e189d4 /features/steps/profile
parent0744eac9c61efcba998a5328acf01f80bdfa6e84 (diff)
Improve notification settings page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features/steps/profile')
-rw-r--r--features/steps/profile/profile_notifications.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/features/steps/profile/profile_notifications.rb b/features/steps/profile/profile_notifications.rb
index 7a41687dfde..e884df3098e 100644
--- a/features/steps/profile/profile_notifications.rb
+++ b/features/steps/profile/profile_notifications.rb
@@ -8,6 +8,5 @@ class ProfileNotifications < Spinach::FeatureSteps
step 'I should see global notifications settings' do
page.should have_content "Notifications settings"
- page.should have_content "Global setting"
end
end