Index: tst_create_custom_treatment/test.py =================================================================== diff -u -r6fb4db170152e4f97c7950444705cb4261c430f9 -raf22e3fb520aa7bbd3a3115741492ace452dba28 --- tst_create_custom_treatment/test.py (.../test.py) (revision 6fb4db170152e4f97c7950444705cb4261c430f9) +++ tst_create_custom_treatment/test.py (.../test.py) (revision af22e3fb520aa7bbd3a3115741492ace452dba28) @@ -361,6 +361,14 @@ payload = integer_to_bytearray(0) payload += integer_to_bytearray(1) hd_simulator.cmd_send_hd_general_response(message_id = 57, accepted = 1, reason = 0, is_pure_data = False, has_parameters = True, parameters_payload = payload) + hd_simulator.cmd_send_hd_operation_mode(4, 0) + + mouseClick(waitForObject(names.o_input_patient_id)) + type(waitForObject(names.o_input_patient_id), config.PATIENT_ID) + test.compare(waitForObject(names.o_PreTreatmentBase_Patient_ID_Text).text, config.PATIENT_ID_TEXT, "Title text should be -> "+str(config.PATIENT_ID_TEXT)) + mouseClick(waitForObject(names.o_confirm_button)) + + snooze(5)