-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
Scenario #1
//Given
an existing user logs into cockpit
//When
the user wants to view the reports
//Then
the user is on the available reports landing page
Scenario #2
//Given
an existing user logs into cockpit
//When
the user clicks on the 'Process Instance Duration' report from the menu
//Then
the user is able to view the 'Process Instance Duration' report
Scenario #3
//Given
an existing user logs into cockpit
//When
the user clicks on the 'Completed Human Task Report' report from the menu
//Then
the user is able to view the 'Completed Human Task Report' report
NOTE: The tests can be enhanced further as this ticket only tackles the initial implementation