Index: shared/scripts/configuration/utility.py =================================================================== diff -u -rf43f15f8f6d0268b93bcf63c00c3dce3e60dcfae -r4186205d9358e813dd06d8c892860b74df67ac87 --- shared/scripts/configuration/utility.py (.../utility.py) (revision f43f15f8f6d0268b93bcf63c00c3dce3e60dcfae) +++ shared/scripts/configuration/utility.py (.../utility.py) (revision 4186205d9358e813dd06d8c892860b74df67ac87) @@ -188,7 +188,7 @@ 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 + @param pre_treatment_step : (int) indicates the Current pre-treatment step """ test.startSection("verification of page step indicators") for page in range(len(config.PRE_TREATMENT_SCREENS)):