Index: shared/scripts/names.py =================================================================== diff -u -r7ff6faa03b4fcdd55c3c229ebf2c79e2b1059f79 -r27f6c6672f2c8bb22228ec419a987d9e34a748c9 --- shared/scripts/names.py (.../names.py) (revision 7ff6faa03b4fcdd55c3c229ebf2c79e2b1059f79) +++ shared/scripts/names.py (.../names.py) (revision 27f6c6672f2c8bb22228ec419a987d9e34a748c9) @@ -107,3 +107,4 @@ o_PreTreatmentBase_gridStepsRest_Grid_2 = {"container": o_PreTreatmentConnectionStack_PreTreatmentBase_TreatmentFlowBase_2, "id": "_gridStepsRest", "occurrence": 10, "type": "Grid", "unnamed": 1, "visible": True} o_text_object = {"type": "Text", "unnamed": 1, "visible": True} o_bullet_object = {"type": "StepBullet", "unnamed": 1, "visible": True} +o_pretreatment_ultrafilteration_confirm_btn = {"container": o_pretreatmentConnectionStack_PreTreatmentUltrafiltration_PreTreatmentUltrafiltration, "text": "CONFIRM", "type": "Text", "unnamed": 1, "visible": True} \ No newline at end of file Index: tst_pre_treatment_patient_connection/test.py =================================================================== diff -u -r7ff6faa03b4fcdd55c3c229ebf2c79e2b1059f79 -r27f6c6672f2c8bb22228ec419a987d9e34a748c9 --- tst_pre_treatment_patient_connection/test.py (.../test.py) (revision 7ff6faa03b4fcdd55c3c229ebf2c79e2b1059f79) +++ tst_pre_treatment_patient_connection/test.py (.../test.py) (revision 27f6c6672f2c8bb22228ec419a987d9e34a748c9) @@ -271,6 +271,9 @@ #verification of rejection message test_rejection_message_patient_connection(accept_status = False) + mouseClick(waitForObjectExists(names.o_pretreatment_ultrafilteration_confirm_btn)) + hd_simulator.cmd_send_pre_treatment_continue_to_treament_response(accepted=True, reason=0) + hd_simulator.cmd_send_pre_treatment_prime_start_response(accepted=True, reason=0) #cmd to navigate to BP/HR section hd_simulator.cmd_send_uf_treatment_response(accepted = True, reason = 0, volume = config.UF_VALID_RANGE)