We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 300bffc commit e79ff3eCopy full SHA for e79ff3e
1 file changed
spec/features/admin/password_reset_spec.rb
@@ -68,7 +68,11 @@ def fill_in_email
68
end
69
70
click_button 'Reset password'
71
- expect(page).to have_content 'You will receive an email with instructions on how to reset your password in a few minutes.'
+ expect(page).to have_content(
72
+ 'If an account with that email address exists,
73
+ you will receive an email with instructions about
74
+ how to reset your password in a few minutes.'
75
+ )
76
77
78
0 commit comments