Index: tst_time_duration/test.py =================================================================== diff -u -r74652136be091e9e8ec840f16c822b4586e988b9 -r5b9c9c2ce073186fb8dd537f10ccb95c8ac9fdcf --- tst_time_duration/test.py (.../test.py) (revision 74652136be091e9e8ec840f16c822b4586e988b9) +++ tst_time_duration/test.py (.../test.py) (revision 5b9c9c2ce073186fb8dd537f10ccb95c8ac9fdcf) @@ -53,7 +53,7 @@ Method to verify 'Treatment Paused' text is displayed """ test.log("Verifying the text 'Treatment Paused'") - test.compare(str(waitForObjectExists(names.o_Treatment_Paused).text), config.PAUSED_TEXT, "{} should display Main treatment's remain time section".format(config.PAUSED_TEXT)) + test.compare(str(waitForObjectExists(names.o_Treatment_Paused).text), config.TREATMENT_PAUSED_TEXT, "{} should display Main treatment's remain time section".format(config.TREATMENT_PAUSED_TEXT)) def treatment_time_verification(total):