From cab44227c133af60a31f1988939cbeca5a865efd Mon Sep 17 00:00:00 2001 From: Tulio Casagrande Date: Wed, 12 Apr 2017 17:14:51 -0300 Subject: [#927] Confirm email with the recovery code with @deniscostadsc --- service/test/functional/features/account_recovery.feature | 6 ++++++ 1 file changed, 6 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 cf0144e0..414cf30e 100644 --- a/service/test/functional/features/account_recovery.feature +++ b/service/test/functional/features/account_recovery.feature @@ -28,6 +28,12 @@ Feature: Account Recovery And I logout from the header And I should see the login page + Scenario: Confirming I received the recovery code at my backup email + Given I am logged in Pixelated + When I open the mail with the recovery code + Then I see the mail has the recovery code + Then I logout + Scenario: Recovering an account Given I am on the account recovery page When I submit admin recovery code -- cgit v1.2.3 From ec00906375cd35220ee694264dce9c4ba5cdbcc9 Mon Sep 17 00:00:00 2001 From: Tulio Casagrande Date: Wed, 12 Apr 2017 17:55:14 -0300 Subject: [#927] Add require_user tag with @deniscostadsc --- service/test/functional/features/account_recovery.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 414cf30e..da167d31 100644 --- a/service/test/functional/features/account_recovery.feature +++ b/service/test/functional/features/account_recovery.feature @@ -14,7 +14,7 @@ # You should have received a copy of the GNU Affero General Public License # along with Pixelated. If not, see . -@smoke +@smoke @require_user Feature: Account Recovery As a user of Pixelated I want to recover my account -- cgit v1.2.3