Index: tst_create_custom_treatment/test.py =================================================================== diff -u -ra8ea7386aa8f33b57114b4e2a74ad423af198f73 -r79a8f1ce69e705fb7967fbab65cb731d7baf9391 --- tst_create_custom_treatment/test.py (.../test.py) (revision a8ea7386aa8f33b57114b4e2a74ad423af198f73) +++ tst_create_custom_treatment/test.py (.../test.py) (revision 79a8f1ce69e705fb7967fbab65cb731d7baf9391) @@ -69,7 +69,7 @@ """ Method to accept treatment response. """ - mouseClick(names.o_CreateCustomTreatment_Continue_button) + mouseClick(waitForObject(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")