Index: suite_leahi/tst_pre_treatment_foundation/test.py =================================================================== diff -u -rb6f1d1073ca5e4d3e878a1f79bf38b5f3633b31c -r84e0faeef60a1bf44bcbde97981b6955c19baa5d --- suite_leahi/tst_pre_treatment_foundation/test.py (.../test.py) (revision b6f1d1073ca5e4d3e878a1f79bf38b5f3633b31c) +++ suite_leahi/tst_pre_treatment_foundation/test.py (.../test.py) (revision 84e0faeef60a1bf44bcbde97981b6955c19baa5d) @@ -258,28 +258,6 @@ verify_start_treatment_request() - # Post Treatment - td_simulator.td_blood_set_auto_load_response(0) - td_simulator.td_operation_mode(TDOpModes.MODE_TREA.value, 0) - td_simulator.td_tx_state( - TDTreatmentStates.TREATMENT_DIALYSIS_STATE.value, 0, 0, 0, 0, 0, 0, 0, 0, 0 - ) - td_simulator.td_operation_mode(TDOpModes.MODE_POST.value, 0) - - post_treatment = waitForObjectExists( - names.o_PostTreatmentStack_PostTreatmentStack, 3000 - ) - disconnect_page_title = waitForObject( - utility.findChildByText(post_treatment, config.DISCONNECT_PAGE_TITLE), 3000 - ) - test.compare( - disconnect_page_title.text, - config.DISCONNECT_PAGE_TITLE, - "Comparison of Disconnect Page Title Text", - ) - click_text(post_treatment, config.DISCONNECT_PAGE_CONTENTS[1]) - click_text(post_treatment, config.AUTO_EJECT) - td_simulator.td_blood_set_auto_eject_response(0) td_simulator.td_operation_mode(TDOpModes.MODE_INIT.value, 0) # --- Toggle Advanced Mode ---