diff options
author | Sriram Viswanathan <sriramv@thoughtworks.com> | 2017-04-05 17:59:25 -0300 |
---|---|---|
committer | Sriram Viswanathan <sriramv@thoughtworks.com> | 2017-04-05 18:49:33 -0300 |
commit | 5b12c004d96564da8c9cc420f0730093445ada4e (patch) | |
tree | 59c0ca2490df9e3303eb0ea0d09caceea5fae9de /service/test/functional/features/account_recovery.feature | |
parent | 22c5631039e441bb43f82891d3673224240ec830 (diff) |
[#938] Adds smoke test for account recovery flow
with @anikarni
Diffstat (limited to 'service/test/functional/features/account_recovery.feature')
-rw-r--r-- | service/test/functional/features/account_recovery.feature | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/service/test/functional/features/account_recovery.feature b/service/test/functional/features/account_recovery.feature index 7a8f9fce..bdc0664c 100644 --- a/service/test/functional/features/account_recovery.feature +++ b/service/test/functional/features/account_recovery.feature @@ -27,3 +27,10 @@ Feature: Account Recovery Then I see the confirmation of this submission And I logout from the header And I should see the login page + + Scenario: Recovering an account + Given I am on the account recovery page + When I submit admin recovery code + And I submit user recovery code + And I submit new password + Then I see the backup account step |