Fixed notification tests

This commit is contained in:
Phil Hughes 2016-06-13 15:14:58 +01:00
parent a4d4a7e635
commit 472fe597e0

View file

@ -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