Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-06-21 11:58:03 +0300
committerPhil Hughes <me@iamphill.com>2016-06-21 13:20:06 +0300
commit62d16e515f6e9c82d3342172d77681472fecfa15 (patch)
treee92571d20aa4b862dd39cbeaada4dc0d5864195a /features
parent472fe597e02669964c165061391408de324420ed (diff)
Updated tests to not look for flash message
Diffstat (limited to 'features')
-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