Index: tst_pre_treatment_patient_connection/test.py =================================================================== diff -u -r6bb43117bca2673c5de877f5b70b094da344418a -rc5efddffbc561e99e6ccc19e2661a08c618cc26c --- tst_pre_treatment_patient_connection/test.py (.../test.py) (revision 6bb43117bca2673c5de877f5b70b094da344418a) +++ tst_pre_treatment_patient_connection/test.py (.../test.py) (revision c5efddffbc561e99e6ccc19e2661a08c618cc26c) @@ -281,10 +281,15 @@ #verification of rejection message verify_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=False, reason=1) hd_simulator.cmd_send_pre_treatment_continue_to_treament_response(accepted=True, reason=0) + + hd_simulator.cmd_send_pre_treatment_patient_connection_confirm_response(accepted=False, reason=0) hd_simulator.cmd_send_pre_treatment_patient_connection_confirm_response(accepted=True, reason=0) #cmd to navigate to BP/HR section + hd_simulator.cmd_send_uf_treatment_response(accepted=False, reason=1, volume=config.UF_VALID_RANGE) hd_simulator.cmd_send_uf_treatment_response(accepted=True, reason=0, volume=config.UF_VALID_RANGE) #verification of indicators from BP/HR section