@@ -282,7 +282,7 @@ describe('templateDisplayCopyAction', () => {
282282 [ 'LETTER' , 'PENDING_VALIDATION' , false ] ,
283283 [ 'LETTER' , 'VIRUS_SCAN_FAILED' , false ] ,
284284 [ 'LETTER' , 'VALIDATION_FAILED' , false ] ,
285- [ 'LETTER' , 'PROOF_AVAILABLE' , false ] , // TO CHECK
285+ [ 'LETTER' , 'PROOF_AVAILABLE' , false ] ,
286286 ] ) (
287287 'should give the expected result for display of copy action when template has type of %s and status of %s' ,
288288 ( type , status , shouldDisplayCopyAction ) => {
@@ -320,7 +320,7 @@ describe('templateDisplayDeleteAction', () => {
320320 [ 'LETTER' , 'PENDING_VALIDATION' , true ] ,
321321 [ 'LETTER' , 'VIRUS_SCAN_FAILED' , true ] ,
322322 [ 'LETTER' , 'VALIDATION_FAILED' , true ] ,
323- [ 'LETTER' , 'PROOF_AVAILABLE' , true ] , // TO CHECK
323+ [ 'LETTER' , 'PROOF_AVAILABLE' , true ] ,
324324 ] ) (
325325 'should give the expected result for display of delete action when template has type of %s and status of %s' ,
326326 ( type , status , shouldDisplayDeleteAction ) => {
0 commit comments