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