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:
authorSabba Petri <sabbap@gmail.com>2015-02-24 21:01:41 +0300
committerSabba Petri <sabbap@gmail.com>2015-02-24 21:01:41 +0300
commit9c4337e58bf8a5e2c9085a1f4eff0e942d659d2d (patch)
tree4a81232e7acff7080a1dbad0f7c44e278bcc3ea7 /features
parenta33e615b471f8c9b49b1a1baf79f7380ce606790 (diff)
Fixed tests
Tests expected specific string capitalization for headers.
Diffstat (limited to 'features')
-rw-r--r--features/steps/profile/notifications.rb2
-rw-r--r--features/steps/profile/profile.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/features/steps/profile/notifications.rb b/features/steps/profile/notifications.rb
index df96dddd06e..13e93618eb7 100644
--- a/features/steps/profile/notifications.rb
+++ b/features/steps/profile/notifications.rb
@@ -7,6 +7,6 @@ class Spinach::Features::ProfileNotifications < Spinach::FeatureSteps
end
step 'I should see global notifications settings' do
- page.should have_content "Notifications settings"
+ page.should have_content "Notifications Settings"
end
end
diff --git a/features/steps/profile/profile.rb b/features/steps/profile/profile.rb
index a907b0b7dcf..3cba2ae1008 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 "Profile Settings"
end
step 'I change my profile info' do