Commit 472fe597 authored by Phil Hughes's avatar Phil Hughes

Fixed notification tests

parent a4d4a7e6
...@@ -134,8 +134,8 @@ class Spinach::Features::Project < Spinach::FeatureSteps ...@@ -134,8 +134,8 @@ class Spinach::Features::Project < Spinach::FeatureSteps
end end
step 'I should see Notification saved message' do step 'I should see Notification saved message' do
page.within '.flash-container' do page.within '#notifications-button' do
expect(page).to have_content 'Notification settings saved' expect(page).to have_content 'On mention'
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment