summaryrefslogtreecommitdiff
path: root/tests/functional/features/smoke.feature
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/features/smoke.feature')
-rw-r--r--tests/functional/features/smoke.feature14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/functional/features/smoke.feature b/tests/functional/features/smoke.feature
new file mode 100644
index 00000000..6209ad6a
--- /dev/null
+++ b/tests/functional/features/smoke.feature
@@ -0,0 +1,14 @@
+@smoke
+Feature: login and logout
+
+ Scenario: See user panel after login
+ Given I start bitmask for the first time
+ When I login
+ Then I should see the user panel
+
+ Scenario: Log in and log out
+ Given I start bitmask for the first time
+ When I login
+ And I logout
+ Then I should see the second login page
+