Commit e6affad928cfcc8f5c8b031bf791b65377eeb25f

Authored by Dmitriy Zaporozhets
1 parent b19bffc5

Fix spinach tests

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
... ...