Index: shared/scripts/configuration/utility.py =================================================================== diff -u -rb58ac86187c38c9b8fd9226d05d16483b3e51f32 -r53d1ba53d461ad2ee087b5e758558e406bcaa863 --- shared/scripts/configuration/utility.py (.../utility.py) (revision b58ac86187c38c9b8fd9226d05d16483b3e51f32) +++ shared/scripts/configuration/utility.py (.../utility.py) (revision 53d1ba53d461ad2ee087b5e758558e406bcaa863) @@ -48,7 +48,7 @@ def scroll_to_zone(zone=None, screen_object=None, direction = None): """ - scroll to the UI, if object is hidden + scroll to the UI, if object is hidden @param zone - object to be find out. @param screen_object - object of the screen. @return boolean @@ -80,8 +80,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)):