Index: suite_leahi/shared/scripts/configuration/utility.py =================================================================== diff -u -r31ee85c3b363ea427b129b8f8f640242f0ae6a03 -r756aa59d442466b78609a9d4a9ae5fd9c1fbf2ef --- suite_leahi/shared/scripts/configuration/utility.py (.../utility.py) (revision 31ee85c3b363ea427b129b8f8f640242f0ae6a03) +++ suite_leahi/shared/scripts/configuration/utility.py (.../utility.py) (revision 756aa59d442466b78609a9d4a9ae5fd9c1fbf2ef) @@ -73,7 +73,6 @@ target_value: integer or string number, e.g. 220 """ - target_value = target_value parent_obj = squish.waitForObjectExists(obj) left_arrow = findObjectById(parent_obj, "_leftArrow") right_arrow =findObjectById(parent_obj, "_rightArrow") @@ -120,7 +119,6 @@ """ try: - value_field = waitForObject(value_field_obj) value_field = waitForObject(value_field_obj,1000) test.log(f"Opening slider for {parameter}...") squish.mousePress(value_field, squish.Qt.LeftButton)