Index: tst_pre_treatment_priming/test.py =================================================================== diff -u -r0150cf7dd45582ddc64bec281fdccc719f2980af -r33f5a5e0045358b923c621445d2f1cc1d2bd83c4 --- tst_pre_treatment_priming/test.py (.../test.py) (revision 0150cf7dd45582ddc64bec281fdccc719f2980af) +++ tst_pre_treatment_priming/test.py (.../test.py) (revision 33f5a5e0045358b923c621445d2f1cc1d2bd83c4) @@ -137,7 +137,7 @@ verify_indicators(config.BUSY, "Wet Self Tests") verify_completion_message_and_indicator(True, config.PRIMING_COMPLETE_MSG) verify_continue_button(config.ENABLED) - mouseClick(waitForObjectExists(names.o_continue_btn)) + mouseClick(waitForObjectExists(names.o_preTreatmentDisposablesPrime_confirmButton_TouchRect)) hd_simulator.cmd_send_hd_general_response(101, config.ACCEPTED, 0) test.endSection() test.endSection() @@ -258,7 +258,7 @@ start_prime_btn = waitForObjectExists(names.o_start_prime_btn) if expected_state: test.compare(start_prime_btn.enabled, config.ENABLED, "'Start Prime' should be enabled") - mouseClick(start_prime_btn) + mouseClick(waitForObjectExists(names.o_preTreatmentDisposablesPrime_startPrimeButton_TouchRect)) else: test.compare(start_prime_btn.enabled, config.DISABLED, "'Start Prime' should be disabled") test.endSection()