diff options
author | Phil Hughes <me@iamphill.com> | 2016-06-13 15:14:58 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-06-21 08:35:11 +0100 |
commit | 472fe597e02669964c165061391408de324420ed (patch) | |
tree | 603c78c6bacac56c16cf8df0aee01014ea3fcf54 /features | |
parent | a4d4a7e6357b60aceec93f6539b5dbefd3327032 (diff) | |
download | gitlab-ce-472fe597e02669964c165061391408de324420ed.tar.gz |
Fixed notification tests
Diffstat (limited to 'features')
-rw-r--r-- | features/steps/project/project.rb | 4 |
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 |