Index: shared/scripts/configuration/utility.py =================================================================== diff -u -r7da328be34015dd931b1cf8f50c1f974e86ae7f0 -rac4248de81c547b53e43468fe97135f88d0b78eb --- shared/scripts/configuration/utility.py (.../utility.py) (revision 7da328be34015dd931b1cf8f50c1f974e86ae7f0) +++ shared/scripts/configuration/utility.py (.../utility.py) (revision ac4248de81c547b53e43468fe97135f88d0b78eb) @@ -189,8 +189,8 @@ def verify_page_step_indicator(screen_obj, pre_treatment_step): """ - Method to verify the Page Step indicators [the object on top of the screen which indicates the steps passed, current, remained] - @param pre_treatment_step : indicates the Current pre-treatment step + Method to verify the Page Step indicators [the object on top of the screen which indicates the steps passed, current, remained] + @param pre_treatment_step : indicates the Current pre-treatment step """ test.startSection("verification of page step indicators") for page in range(len(config.PRE_TREATMENT_SCREENS)):