Index: shared/scripts/configuration/utility.py =================================================================== diff -u -r8f706c76141d0919b8e7961f69ba006d3d6eef7b -r27cbdc2937ad2910bad8dbb938e0a10005af0f96 --- shared/scripts/configuration/utility.py (.../utility.py) (revision 8f706c76141d0919b8e7961f69ba006d3d6eef7b) +++ shared/scripts/configuration/utility.py (.../utility.py) (revision 27cbdc2937ad2910bad8dbb938e0a10005af0f96) @@ -547,7 +547,7 @@ @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)): + for page in range(config.NUM_OF_PRETREATMENT_BULLETS): bullet_children = object.children(squish.waitForObjectExists(get_bullet_object(screen_obj, page))) bullet_circle_color = bullet_children[0].color.name bullet_border_color = bullet_children[0].border.color.name