summaryrefslogtreecommitdiff
path: root/service/test/functional/features/smoke.feature
diff options
context:
space:
mode:
Diffstat (limited to 'service/test/functional/features/smoke.feature')
-rw-r--r--service/test/functional/features/smoke.feature9
1 files changed, 9 insertions, 0 deletions
diff --git a/service/test/functional/features/smoke.feature b/service/test/functional/features/smoke.feature
index 724c680c..1467baf9 100644
--- a/service/test/functional/features/smoke.feature
+++ b/service/test/functional/features/smoke.feature
@@ -34,3 +34,12 @@ Feature: sign up, login and logout
Then I have mails
When I logout
Then I should see the login page
+
+ Scenario: Existing user logs in and logs out from the header
+ Given a user is accessing the login page
+ 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
+ When I logout from the header
+ Then I should see the login page