Index: tst_post_treatment/test.py =================================================================== diff -u -r36113b694009f6d153d227dc68cb87d7be28e046 -r482753e14139fd18a8df41a49505e69cc0406eec --- tst_post_treatment/test.py (.../test.py) (revision 36113b694009f6d153d227dc68cb87d7be28e046) +++ tst_post_treatment/test.py (.../test.py) (revision 482753e14139fd18a8df41a49505e69cc0406eec) @@ -281,7 +281,7 @@ test.startSection("verification of post treatment review parameters with Units") treatment_review_text = waitForObjectExists(post_treatment_review_text_obj(config.TREATMENT_REVIEW_TITLE_TEXT)) test.compare(treatment_review_text.text, config.TREATMENT_REVIEW_TITLE_TEXT, "{} screen is displayed".format(config.TREATMENT_REVIEW_TITLE_TEXT)) - # the code generation logic has changed. + # the code generation is not necessary to check since the CS is not running therefore code won't get updated. # test.compare(str(waitForObjectExists(names.o_code_text).text), config.CODE_TEXT, "Code text must be {}".format(config.CODE_TEXT)) utils.waitForGUI(0.1)