@@ -490,7 +490,6 @@ public void unnamedFieldsHierarchyTest() throws IOException, InterruptedExceptio
490
490
@ LogMessage (messageTemplate = IoLogMessageConstant .DOCUMENT_ALREADY_HAS_FIELD , count = 51 )
491
491
})
492
492
public void copyAndEditTextFields () throws IOException , InterruptedException {
493
- //TODO: update after DEVSIX-2354
494
493
String srcFileName = sourceFolder + "checkPdfFormCopy_Source.pdf" ;
495
494
String destFilename = destinationFolder + "copyAndEditTextFields.pdf" ;
496
495
String cmpFileName = sourceFolder + "cmp_copyAndEditTextFields.pdf" ;
@@ -521,7 +520,6 @@ public void copyAndEditTextFields() throws IOException, InterruptedException {
521
520
@ LogMessage (messageTemplate = IoLogMessageConstant .DOCUMENT_ALREADY_HAS_FIELD , count = 51 )
522
521
})
523
522
public void copyAndEditCheckboxes () throws IOException , InterruptedException {
524
- //TODO: update after DEVSIX-2354
525
523
String srcFileName = sourceFolder + "checkPdfFormCopy_Source.pdf" ;
526
524
String destFilename = destinationFolder + "copyAndEditCheckboxes.pdf" ;
527
525
String cmpFileName = sourceFolder + "cmp_copyAndEditCheckboxes.pdf" ;
@@ -550,7 +548,6 @@ public void copyAndEditCheckboxes() throws IOException, InterruptedException {
550
548
@ LogMessage (messageTemplate = IoLogMessageConstant .DOCUMENT_ALREADY_HAS_FIELD , count = 51 )
551
549
})
552
550
public void copyAndEditRadioButtons () throws IOException , InterruptedException {
553
- //TODO: update after DEVSIX-2354
554
551
String srcFileName = sourceFolder + "checkPdfFormCopy_Source.pdf" ;
555
552
String destFilename = destinationFolder + "copyAndEditRadioButtons.pdf" ;
556
553
String cmpFileName = sourceFolder + "cmp_copyAndEditRadioButtons.pdf" ;
0 commit comments