Update feature spec
This commit is contained in:
parent
5c80ceee0d
commit
ceb21cc49f
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ feature 'Password reset', feature: true do
|
|||
reset_password
|
||||
|
||||
expect(page).to have_content("Your password was changed successfully.")
|
||||
expect(page).not_to have_content("You are now signed in.")
|
||||
expect(current_path).to eq new_user_session_path
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue