diff options
author | Tayane Fernandes <tayane.rmf@gmail.com> | 2017-03-29 18:49:16 -0300 |
---|---|---|
committer | Tayane Fernandes <tayane.rmf@gmail.com> | 2017-03-30 17:55:24 -0300 |
commit | ed6c3c449b7a947901b45bdb0d0dc017560e7f78 (patch) | |
tree | 32d4f54344f92163202661af00061d2138b91994 /service/test/functional/features/account_recovery.feature | |
parent | 715419e88dcbc4d5f0b8286d917b26b8d425d85b (diff) |
[#927] Change account recovery tests to run against a non mocked application
with @thaissiqueira
Diffstat (limited to 'service/test/functional/features/account_recovery.feature')
-rw-r--r-- | service/test/functional/features/account_recovery.feature | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/service/test/functional/features/account_recovery.feature b/service/test/functional/features/account_recovery.feature index ec38399f..7a8f9fce 100644 --- a/service/test/functional/features/account_recovery.feature +++ b/service/test/functional/features/account_recovery.feature @@ -14,12 +14,16 @@ # You should have received a copy of the GNU Affero General Public License # along with Pixelated. If not, see <http://www.gnu.org/licenses/>. +@smoke Feature: Account Recovery As a user of Pixelated I want to recover my account So that I can see my emails if I lose my password - Scenario: User sets up a backup account - Given I am on the backup account page - When I submit my email - Then I see the confirmation page + Scenario: Sending recovery code + Given I am logged in Pixelated + When I go to the backup account page + And I submit my backup account + Then I see the confirmation of this submission + And I logout from the header + And I should see the login page |