Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'features/desktop/change_password.feature')
-rw-r--r--features/desktop/change_password.feature7
1 files changed, 3 insertions, 4 deletions
diff --git a/features/desktop/change_password.feature b/features/desktop/change_password.feature
index f37ebe045..695193249 100644
--- a/features/desktop/change_password.feature
+++ b/features/desktop/change_password.feature
@@ -25,12 +25,11 @@ Feature: Change password
Given I am on forgot password page
When I fill out forgot password form with "forgetful@users.net"
And I submit forgot password form
- Then I should see "You will receive an email with instructions"
+ Then I should see "If your email address exists in our database, you will receive a password recovery link at your email address in a few minutes."
When I follow the "Change my password" link from the last sent email
When I fill out the password reset form with "supersecret" and "supersecret"
And I submit the password reset form
- Then I should be on the stream page
- And I sign out manually
+ Then I should be on the new user session page
And I sign in manually as "georges_abitbol" with password "supersecret"
Then I should be on the stream page
@@ -50,4 +49,4 @@ Feature: Change password
Given I am on forgot password page
When I fill out forgot password form with "notanemail"
And I submit forgot password form
- Then I should see "No account with this email exists"
+ Then I should see "If your email address exists in our database, you will receive a password recovery link at your email address in a few minutes."