Index: tst_pre_treatment_disposables/test.py =================================================================== diff -u -r16cbaed232654bcd21084070313f2613c0438fb4 -r5270bcb116e8c30d3fa871749c548cc1ffb5c771 --- tst_pre_treatment_disposables/test.py (.../test.py) (revision 16cbaed232654bcd21084070313f2613c0438fb4) +++ tst_pre_treatment_disposables/test.py (.../test.py) (revision 5270bcb116e8c30d3fa871749c548cc1ffb5c771) @@ -239,6 +239,7 @@ click_on_next_button() verify_confirm_button() mouseClick(waitForObject(names.o_confirm_button_text)) + hd_simulator.cmd_send_hd_general_response(message_id=173, accepted=config.ACCEPTED, reason=0) test.endSection() def main():