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/smoke.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/smoke.feature')
-rw-r--r-- | service/test/functional/features/smoke.feature | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/test/functional/features/smoke.feature b/service/test/functional/features/smoke.feature index 1467baf9..d106da1b 100644 --- a/service/test/functional/features/smoke.feature +++ b/service/test/functional/features/smoke.feature @@ -40,6 +40,6 @@ Feature: sign up, login and logout When I enter username and password as credentials And I click on the login button Then I should see the fancy interstitial - Given I am on the backup account page + Given I go to the backup account page When I logout from the header Then I should see the login page |