Fixed notification tests
This commit is contained in:
parent
a4d4a7e635
commit
472fe597e0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue