Details
-
Story
-
Status: Closed (View Workflow)
-
P3
-
Resolution: Done
-
None
-
-
Concorde - Sprint 90
-
2
-
Concorde
Description
Purpose:
Current implementation displays the link only to the successfully completed export jobs. If the user attempts to export 500 records and the export of 2 out of those records failed, the remaining 498 records will need to be accessible in the landing page.
Scenario 1:
Given: the export job execution completes
When: not all records were exported successfully
Then: The generated file that contains the records exported can be accessed similarly to the successfully completed jobs.
Scenario 2:
Given: the export job execution completes
When: none of the records were exported successfully
Then: The File name column contains the name of the file but the link is not available.