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 4c9e49e commit fa0b6c2Copy full SHA for fa0b6c2
spec/features/checkout_spec.rb
@@ -117,6 +117,7 @@
117
click_link "Forgot Password?"
118
fill_in "spree_user_email", with: "email@person.com"
119
click_button "Reset my password"
120
+ expect(page).to have_content("you will receive an email with instructions")
121
122
# Need to do this now because the token stored in the DB is the encrypted version
123
# The 'plain-text' version is sent in the email and there's one way to get that!
0 commit comments