Index: suite_leahi/suite.conf =================================================================== diff -u -rd60ea2313d71a8eed42c981f3d589d461aa77626 -r84e0faeef60a1bf44bcbde97981b6955c19baa5d --- suite_leahi/suite.conf (.../suite.conf) (revision d60ea2313d71a8eed42c981f3d589d461aa77626) +++ suite_leahi/suite.conf (.../suite.conf) (revision 84e0faeef60a1bf44bcbde97981b6955c19baa5d) @@ -1,6 +1,6 @@ AUT=leahi LANGUAGE=Python OBJECTMAPSTYLE=script -TEST_CASES=tst_pre_treatment_foundation +TEST_CASES=tst_solution_infusion tst_main_treatment tst_service_export_logs tst_device_settings_information_version tst_headerbar_information_popup tst_headerbar_wifi_indicator tst_device_settings_wifi tst_ultrafiltration tst_create_treatment tst_general_alarm_requirements_instruction tst_headerbar_prescription tst_heparin tst_pre_treatment_foundation VERSION=3 WRAPPERS=Qt 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 ---