Index: shared/scripts/names.py =================================================================== diff -u -r2d0ac4cb02178ab7da2e01f75087f4d87599cce9 -rbb03d37df3e06689c1eab87b1c0dcd5ff8aa2e08 --- shared/scripts/names.py (.../names.py) (revision 2d0ac4cb02178ab7da2e01f75087f4d87599cce9) +++ shared/scripts/names.py (.../names.py) (revision bb03d37df3e06689c1eab87b1c0dcd5ff8aa2e08) @@ -64,7 +64,7 @@ o_treatmentHome = {"container": o_QQuickView , "id": "_treatmentHome" , "type": "TreatmentHome", "unnamed": 1, "visible": True} o_Treatment_Paused = {"container": o_treatmentHome, "text": "Treatment Paused", "type": "Text", "unnamed": 1, "visible": True} o_Overlay = {"container": o_Gui_MainView, "type": "Overlay", "unnamed": 1, "visible": True} -o_confirm_button = {"container": o_Overlay, "text": "CONFIRM", "type": "Text", "unnamed": 1, "visible": True} +o_time_duration_confirm_button = {"container": o_Overlay, "text": "CONFIRM", "type": "Text", "unnamed": 1, "visible": True} o_treatmentHome_Time_Remaining_Text = {"container": o_treatmentHome, "text": "Time Remaining", "type": "Text", "unnamed": 1, "visible": True} o_treatment_duration = {"container": o_treatmentHome, "objectName": "TreatmentTime", "type": "TreatmentTime", "visible": True} Index: tst_time_duration/test.py =================================================================== diff -u -r2d0ac4cb02178ab7da2e01f75087f4d87599cce9 -rbb03d37df3e06689c1eab87b1c0dcd5ff8aa2e08 --- tst_time_duration/test.py (.../test.py) (revision 2d0ac4cb02178ab7da2e01f75087f4d87599cce9) +++ tst_time_duration/test.py (.../test.py) (revision bb03d37df3e06689c1eab87b1c0dcd5ff8aa2e08) @@ -133,7 +133,7 @@ min_dialysate_flow_rate = 0, max_dialysate_flow_rate = 0) waitForGUI(0.1) hd_simulator.cmd_send_treatment_adjust_duration_response(True, 0, 100, 60) - mouseClick(waitForObjectExists(names.o_confirm_button)) + mouseClick(waitForObjectExists(names.o_time_duration_confirm_button)) test.log("Confirm button is clicked") test.endSection()