summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-06-13 15:14:58 +0100
committerPhil Hughes <me@iamphill.com>2016-06-21 08:35:11 +0100
commit472fe597e02669964c165061391408de324420ed (patch)
tree603c78c6bacac56c16cf8df0aee01014ea3fcf54
parenta4d4a7e6357b60aceec93f6539b5dbefd3327032 (diff)
downloadgitlab-ce-472fe597e02669964c165061391408de324420ed.tar.gz
Fixed notification tests
-rw-r--r--features/steps/project/project.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/steps/project/project.rb b/features/steps/project/project.rb
index 98b57e5cbfb..76fefee9254 100644
--- a/features/steps/project/project.rb
+++ b/features/steps/project/project.rb
@@ -134,8 +134,8 @@ class Spinach::Features::Project < Spinach::FeatureSteps
end
step 'I should see Notification saved message' do
- page.within '.flash-container' do
- expect(page).to have_content 'Notification settings saved'
+ page.within '#notifications-button' do
+ expect(page).to have_content 'On mention'
end
end