Index: shared/scripts/configuration/utility.py =================================================================== diff -u -r867058f0aa684be72fb6be61a5c098b2e5e92baa -rf634cbc70c2fbde00cb69d5f5da361c28d723d09 --- shared/scripts/configuration/utility.py (.../utility.py) (revision 867058f0aa684be72fb6be61a5c098b2e5e92baa) +++ shared/scripts/configuration/utility.py (.../utility.py) (revision f634cbc70c2fbde00cb69d5f5da361c28d723d09) @@ -124,7 +124,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)