Index: suite_leahi/tst_recirculate/test.py =================================================================== diff -u -r5a31e21e36f2652df87477d61a8b9f43f2bc89d2 -r834a1140f64954a507508ac12ab2b77f9c1c4880 --- suite_leahi/tst_recirculate/test.py (.../test.py) (revision 5a31e21e36f2652df87477d61a8b9f43f2bc89d2) +++ suite_leahi/tst_recirculate/test.py (.../test.py) (revision 834a1140f64954a507508ac12ab2b77f9c1c4880) @@ -61,7 +61,6 @@ def verify_recirculation_rejection(): """Comparison of Rejection Reason""" - td_simulator.td_recirculate_cmd_response(0, 1) rejectionReason = waitForObject( utility.setObjectText( @@ -78,7 +77,6 @@ def verify_recirculation_in_progress_screen_rejection(): """Comparison of Rejection Reason""" - td_simulator.td_recirculate_cmd_response(0, 1) rejectionReason = waitForObject( utility.setObjectText( @@ -95,7 +93,6 @@ def verify_reconnect_to_patient_screen_rejection(): """Comparison of Rejection Reason""" - td_simulator.td_recirculate_cmd_response(0, 1) rejectionReason = waitForObject( utility.setObjectText( @@ -167,7 +164,6 @@ config.RECIRCULATION_COUNTDOWN_DESCRIPTION_TEXT, "Recirculation Countdown Description Text", ) - test.compare( utility.get_object_from_names( names.o_EndTreatmentBase_TimeText_minute_Text @@ -213,19 +209,12 @@ ) verify_screen_header(config.RECONNECT_TO_PATIENT) - + click_and_verify_fw_request( names.o_EndTreatmentBase_ButtonEndTreatment_2, 3, "End Treatment Button Value" ) - - # mouseClick(waitForObject(utility.setObjectText(names.o_recirculateRecirculateStack_EndTreatmentBase_EndTreatmentBase_2, config.END_TREATMENT),3000)) - # recirculate_container = utility.get_object_from_names(names.o_recirculateRecirculateStack_EndTreatmentBase_EndTreatmentBase) - # end_treatment = utility.findChildByText(recirculate_container, config.END_TREATMENT) - # mouseClick(end_treatment) - # test.verify(waitFor( lambda: recirculateRequest == 3, 3000), "Testing FW received End Treatment Button Value") - verify_reconnect_to_patient_screen_rejection() - + click_and_verify_fw_request( names.o_EndTreatmentBase_ButtonResume_2, 1,