You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
431 B

@report @report_usersessions
Feature: In a report, admin can see current sessions
In order see usersession data
As a admin
I need to view usersessions report and see if the current session is listed
@javascript
Scenario: Check usersessions report shows current session
Given I log in as "admin"
And I follow "Profile" in the user menu
When I follow "Browser sessions"
Then I should see "Current session"