Index: tst_create_custom_treatment/test.py =================================================================== diff -u -rea11ee2165b920ce64ff0853f4316fa6f31af6e4 -ra8ea7386aa8f33b57114b4e2a74ad423af198f73 --- tst_create_custom_treatment/test.py (.../test.py) (revision ea11ee2165b920ce64ff0853f4316fa6f31af6e4) +++ tst_create_custom_treatment/test.py (.../test.py) (revision a8ea7386aa8f33b57114b4e2a74ad423af198f73) @@ -69,6 +69,7 @@ """ Method to accept treatment response. """ + mouseClick(names.o_CreateCustomTreatment_Continue_button) treatment_status = hd_simulator.cmd_send_treatment_parameter_manual_validation_response([ 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]) test.compare(treatment_status, True, "custom treatment should be accepted")