From 5b12c004d96564da8c9cc420f0730093445ada4e Mon Sep 17 00:00:00 2001 From: Sriram Viswanathan Date: Wed, 5 Apr 2017 17:59:25 -0300 Subject: [#938] Adds smoke test for account recovery flow with @anikarni --- service/test/functional/features/account_recovery.feature | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'service/test/functional/features/account_recovery.feature') 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 -- cgit v1.2.3