Index: tst_pre_treatment_disposables/test.py =================================================================== diff -u -rf61559f94cc153fb648acfddde149cbbec03fb1a -rbf9e892d9c9505efbebcf7eceb714a1a9143d2f3 --- tst_pre_treatment_disposables/test.py (.../test.py) (revision f61559f94cc153fb648acfddde149cbbec03fb1a) +++ tst_pre_treatment_disposables/test.py (.../test.py) (revision bf9e892d9c9505efbebcf7eceb714a1a9143d2f3) @@ -113,10 +113,6 @@ for indicator in range(num_of_instruction, 0, -1): verify_bullet_navigation(indicator, num_of_instruction) if ((indicator == num_of_instruction) and (screen == CARTRIDGE_INSTALLATION or screen == CARTRIDGE_CONNECTION or screen == HEPARIN_SYRINGE)): - - test.log(str (indicator) ) - test.log(str (screen) ) - test.log(str (num_of_instruction) ) verify_next_button(config.ENABLED) else: if (indicator == num_of_instruction) and (screen == SALINE_BAG): @@ -190,7 +186,6 @@ else: test.compare(waitForObjectExists(names.o_back_button_text).enabled , condition, "'BACK' button should be disabled") else: - test.passes("'BACK' Button should not exists") test.endSection()