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 +7,7 @@ class ProfileNotifications < Spinach::FeatureSteps
7 end 7 end
8 8
9 step 'I should see global notifications settings' do 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 page.should have_content "Global setting" 11 page.should have_content "Global setting"
12 end 12 end
13 end 13 end