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)