BigW Consortium Gitlab

Commit ceb21cc4 by Robert Speicher

Update feature spec

parent 5c80ceee
......@@ -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
......
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