Commit e6affad928cfcc8f5c8b031bf791b65377eeb25f
1 parent
b19bffc5
Exists in
master
and in
4 other branches
Fix spinach tests
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
features/steps/profile/profile_notifications.rb
... | ... | @@ -7,7 +7,7 @@ class ProfileNotifications < Spinach::FeatureSteps |
7 | 7 | end |
8 | 8 | |
9 | 9 | step 'I should see global notifications settings' do |
10 | - page.should have_content "Setup your notification level" | |
10 | + page.should have_content "Notifications settings" | |
11 | 11 | page.should have_content "Global setting" |
12 | 12 | end |
13 | 13 | end | ... | ... |