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-13 17:14:58 +0300
committerPhil Hughes <me@iamphill.com>2016-06-21 10:35:11 +0300
commit472fe597e02669964c165061391408de324420ed (patch)
tree603c78c6bacac56c16cf8df0aee01014ea3fcf54 /features/steps/project/project.rb
parenta4d4a7e6357b60aceec93f6539b5dbefd3327032 (diff)
Fixed notification tests
Diffstat (limited to 'features/steps/project/project.rb')
-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