first commit

This commit is contained in:
CHIEFSOFT\ameye
2024-09-30 18:11:26 -04:00
commit e592ca6823
27270 changed files with 5002257 additions and 0 deletions
@@ -0,0 +1,12 @@
@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"