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