Index: shared/scripts/configuration/config.py =================================================================== diff -u -r8a536497f2070b9552526301d74114bdf3d5fe90 -r27cbdc2937ad2910bad8dbb938e0a10005af0f96 --- shared/scripts/configuration/config.py (.../config.py) (revision 8a536497f2070b9552526301d74114bdf3d5fe90) +++ shared/scripts/configuration/config.py (.../config.py) (revision 27cbdc2937ad2910bad8dbb938e0a10005af0f96) @@ -578,10 +578,8 @@ } #tst_pretreatment_screens -PRE_TREATMENT_SCREENS = ["Create" , "Sample" , "Consumables" , "Disposables" , "Prime" , "Ultrafiltration" , "BP/HR" , "Connection" , "Start"] NUM_OF_PRETREATMENT_BULLETS = len(PRE_TREATMENT_SCREENS) - #dictionary contains saline cumulative and saline delivered value #key : saline cumulative value. #value: saline delivered value @@ -621,10 +619,6 @@ DISABLED = False CONSUMABLE_SELF_TEST_BICARB_PUMP_CHECK_STATE = 3 - -#Pre-Treatment Disposables -ENABLED = True -DISABLED = False #Filter Flush ACCEPTED = True REJECTED = False 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