@@ -490,7 +490,6 @@ public void unnamedFieldsHierarchyTest() throws IOException, InterruptedExceptio
490490 @ LogMessage (messageTemplate = IoLogMessageConstant .DOCUMENT_ALREADY_HAS_FIELD , count = 51 )
491491 })
492492 public void copyAndEditTextFields () throws IOException , InterruptedException {
493- //TODO: update after DEVSIX-2354
494493 String srcFileName = sourceFolder + "checkPdfFormCopy_Source.pdf" ;
495494 String destFilename = destinationFolder + "copyAndEditTextFields.pdf" ;
496495 String cmpFileName = sourceFolder + "cmp_copyAndEditTextFields.pdf" ;
@@ -521,7 +520,6 @@ public void copyAndEditTextFields() throws IOException, InterruptedException {
521520 @ LogMessage (messageTemplate = IoLogMessageConstant .DOCUMENT_ALREADY_HAS_FIELD , count = 51 )
522521 })
523522 public void copyAndEditCheckboxes () throws IOException , InterruptedException {
524- //TODO: update after DEVSIX-2354
525523 String srcFileName = sourceFolder + "checkPdfFormCopy_Source.pdf" ;
526524 String destFilename = destinationFolder + "copyAndEditCheckboxes.pdf" ;
527525 String cmpFileName = sourceFolder + "cmp_copyAndEditCheckboxes.pdf" ;
@@ -550,7 +548,6 @@ public void copyAndEditCheckboxes() throws IOException, InterruptedException {
550548 @ LogMessage (messageTemplate = IoLogMessageConstant .DOCUMENT_ALREADY_HAS_FIELD , count = 51 )
551549 })
552550 public void copyAndEditRadioButtons () throws IOException , InterruptedException {
553- //TODO: update after DEVSIX-2354
554551 String srcFileName = sourceFolder + "checkPdfFormCopy_Source.pdf" ;
555552 String destFilename = destinationFolder + "copyAndEditRadioButtons.pdf" ;
556553 String cmpFileName = sourceFolder + "cmp_copyAndEditRadioButtons.pdf" ;
0 commit comments