Index: shared/scripts/configuration/utility.py =================================================================== diff -u -r499d023ca643ee3b7985f41aa894304c97c0e72f -r8f706c76141d0919b8e7961f69ba006d3d6eef7b --- shared/scripts/configuration/utility.py (.../utility.py) (revision 499d023ca643ee3b7985f41aa894304c97c0e72f) +++ shared/scripts/configuration/utility.py (.../utility.py) (revision 8f706c76141d0919b8e7961f69ba006d3d6eef7b) @@ -36,7 +36,7 @@ handle the application for log """ test.compare(config.COLOR_CODES[color_name],(act_val.color[name])) - + def check_if_object_is_within_the_container(obj=None, container=None): """ check if an object is inside a container @@ -807,9 +807,7 @@ squish.mouseWheel(ScreenObj, screenWidth//2, screenHeight//2, 0, -50, squish.Qt.NoModifier) - raise LookupError("value object is not in view to the user after " + \ - "trying 100 times") - + raise LookupError("value object is not in view to the user after trying 100 times") def msg(string): """ Index: shared/scripts/names.py =================================================================== diff -u -r3eeb1436aeb2f4b7d74324999e71fad314359388 -r8f706c76141d0919b8e7961f69ba006d3d6eef7b --- shared/scripts/names.py (.../names.py) (revision 3eeb1436aeb2f4b7d74324999e71fad314359388) +++ shared/scripts/names.py (.../names.py) (revision 8f706c76141d0919b8e7961f69ba006d3d6eef7b) @@ -617,4 +617,5 @@ o_pretreatment_ultrafilteration_confirm_btn = {"container": o_pretreatmentConnectionStack_PreTreatmentUltrafiltration_PreTreatmentUltrafiltration, "text": "CONFIRM", "type": "Text", "unnamed": 1, "visible": True} o_pretreatment_instruction_continue_btn = {"container": o_PreTreatmentConnectionStack_PreTreatmentBase_TreatmentFlowBase_2, "text": "CONTINUE", "type": "Text", "unnamed": 1, "visible": True} o_patient_connection_start_btn = {"container": o_PreTreatmentConnectionStack_PreTreatmentBase_TreatmentFlowBase_2, "text": "START", "type": "Text", "unnamed": 1, "visible": True} +o_ultrafilteration_next_btn = {"container": o_Overlay, "text": "NEXT", "type": "Text", "unnamed": 1, "visible": True}