summaryrefslogtreecommitdiff
path: root/features/steps/profile/notifications.rb
diff options
context:
space:
mode:
Diffstat (limited to 'features/steps/profile/notifications.rb')
-rw-r--r--features/steps/profile/notifications.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/features/steps/profile/notifications.rb b/features/steps/profile/notifications.rb
index 979f4692d5a..7e339443b75 100644
--- a/features/steps/profile/notifications.rb
+++ b/features/steps/profile/notifications.rb
@@ -15,8 +15,6 @@ class Spinach::Features::ProfileNotifications < Spinach::FeatureSteps
end
step 'I should see Notification saved message' do
- page.within '.flash-container' do
- expect(page).to have_content 'Notification settings saved'
- end
+ expect(page).to have_content 'On mention'
end
end