diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-07-31 20:45:25 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-07-31 20:45:25 +0300 |
commit | e6affad928cfcc8f5c8b031bf791b65377eeb25f (patch) | |
tree | fb92bc58e7c0e5239dcafd57e054a5f694ce0a49 /features | |
parent | b19bffc536c85262e85f81237c544e18040742c6 (diff) | |
download | gitlab-ce-e6affad928cfcc8f5c8b031bf791b65377eeb25f.tar.gz |
Fix spinach tests
Diffstat (limited to 'features')
-rw-r--r-- | features/steps/profile/profile_notifications.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/profile/profile_notifications.rb b/features/steps/profile/profile_notifications.rb index 54b02605689..7a41687dfde 100644 --- a/features/steps/profile/profile_notifications.rb +++ b/features/steps/profile/profile_notifications.rb @@ -7,7 +7,7 @@ class ProfileNotifications < Spinach::FeatureSteps end step 'I should see global notifications settings' do - page.should have_content "Setup your notification level" + page.should have_content "Notifications settings" page.should have_content "Global setting" end end |