Index: suite_leahi/shared/scripts/configuration/utility.py =================================================================== diff -u -rf110ca9e178cb56b02ed6329dc7c98e579998fba -r885d84508080eb00e01a756e33c5109c9da761fe --- suite_leahi/shared/scripts/configuration/utility.py (.../utility.py) (revision f110ca9e178cb56b02ed6329dc7c98e579998fba) +++ suite_leahi/shared/scripts/configuration/utility.py (.../utility.py) (revision 885d84508080eb00e01a756e33c5109c9da761fe) @@ -40,7 +40,7 @@ names.o_text_object["text"] = txt return names.o_text_object -def set_Object_Text(text,obj): +def setObjectText(text,obj): """ Method to set object property based on text @param text : (string) treatment parameter text @@ -115,7 +115,7 @@ if type_combo_box is not None: squish.mouseClick(squish.waitForObjectExists(object)) - type_option = get_object_from_names(set_Object_Text(obj = names.o_option_combo_box,text = type[whichTypeIndex]),error_message=f"Option {type[whichTypeIndex]} object is missing",timeout_ms=5000) + type_option = get_object_from_names(setObjectText(obj = names.o_option_combo_box,text = type[whichTypeIndex]),error_message=f"Option {type[whichTypeIndex]} object is missing",timeout_ms=5000) if type_option is not None: squish.mouseClick(type_option) return True @@ -128,7 +128,7 @@ """ try: - value_field = waitForObject(value_field_obj) + value_field = waitForObject(value_field_obj,1000) test.log(f"Opening slider for {parameter}...") # Try right-click first