diff options
author | Sabba Petri <sabbap@gmail.com> | 2015-02-24 10:01:41 -0800 |
---|---|---|
committer | Sabba Petri <sabbap@gmail.com> | 2015-02-24 10:01:41 -0800 |
commit | 9c4337e58bf8a5e2c9085a1f4eff0e942d659d2d (patch) | |
tree | 4a81232e7acff7080a1dbad0f7c44e278bcc3ea7 /features/steps/profile | |
parent | a33e615b471f8c9b49b1a1baf79f7380ce606790 (diff) | |
download | gitlab-ce-9c4337e58bf8a5e2c9085a1f4eff0e942d659d2d.tar.gz |
Fixed tests
Tests expected specific string capitalization for headers.
Diffstat (limited to 'features/steps/profile')
-rw-r--r-- | features/steps/profile/notifications.rb | 2 | ||||
-rw-r--r-- | features/steps/profile/profile.rb | 2 |
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 |