diff options
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 |