Index: shared/scripts/configuration/utility.py =================================================================== diff -u -rb38a27119214d9af6c162d30fd284f86ba914c7e -r9e55a3bf0650473191924a45a3d9dc7462b4c8db --- shared/scripts/configuration/utility.py (.../utility.py) (revision b38a27119214d9af6c162d30fd284f86ba914c7e) +++ shared/scripts/configuration/utility.py (.../utility.py) (revision 9e55a3bf0650473191924a45a3d9dc7462b4c8db) @@ -283,7 +283,7 @@ Method to set the Venous range maximum value to user expected value @param ven_high - (int) user expected value """ - test.startSection("Set Venous range maximum value to {}".format(ven_high)) + test.startSection("set Venous range maximum value to {}".format(ven_high)) ven_max = squish.waitForObjectExists(names.o_PreTreatmentCreate_rangeRect_RangeRect_Venous) ven_max = pyInt(ven_max.maximum) ven_min = squish.waitForObjectExists(names.o_PreTreatmentCreate_rangeRect_RangeRect_Venous)