blob: 6209ad6a1939f672fbd3c9515ec199474a2a25e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|