stable

Clone or download

Read-only

feat(ttm): display progress of attachments uploads

part of: story #22576 have multiple files uploaded with comments How to test: - Upload a file --> A progress bar is shown until the upload is finished --> The progress bar is updated during the process Change-Id: Idb9240f481b3d606a3d220452aed399a6f3e9027

Modified Files

Name
M plugins/testmanagement/scripts/testmanagement/src/execution-collection/execution-service.js +12 −0 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution-collection/execution-service.test.js +20 −0 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution-attachments/execution-attachments-component.js +11 −3 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution-attachments/execution-attachments-component.test.js +3 −1 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution-attachments/execution-attachments-uploader.js +4 −1 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution-attachments/execution-attachments.tpl.html +8 −0 Go to diff View file
M plugins/testmanagement/themes/BurningParrot/css/includes/_current-execution.scss +42 −0 Go to diff View file