Index: tst_pre_treatment_patient_connection/test.py =================================================================== diff -u -r45781d590286e5810f0c6d7c5cfbd9732264aee4 -re5d08a5c268ba1698bc10697fad797aabc33e4cb --- tst_pre_treatment_patient_connection/test.py (.../test.py) (revision 45781d590286e5810f0c6d7c5cfbd9732264aee4) +++ tst_pre_treatment_patient_connection/test.py (.../test.py) (revision e5d08a5c268ba1698bc10697fad797aabc33e4cb) @@ -271,7 +271,7 @@ navigate_patient_connection(PRE_TREATMENT_PATIENT_CONNECTION_MODE) #verification of indicators from patient connection section - utility.verify_page_step_indicator(names.o_PreTreatmentStack_pretreatmentConnectionStack_PreTreatmentConnectionStack, UF_PRE_TREATMENT_STEPS) + utility.verify_page_step_indicator(names.o_PreTreatmentStack_pretreatmentConnectionStack_PreTreatmentConnectionStack, UF_PRE_TREATMENT_STEPS, config.PRE_TREATMENT_SCREENS) #verification of uf slider based on edge condition. for ranges in config.TREATMENT_ULTRAFILTERATION_TESTING_OPTION: @@ -287,13 +287,13 @@ hd_simulator.cmd_send_uf_treatment_response(accepted = True, reason = 0, volume = config.UF_VALID_RANGE) #verification of indicators from BP/HR section - utility.verify_page_step_indicator(names.o_PreTreatmentStack_pretreatmentConnectionStack_PreTreatmentConnectionStack, BP_HR_PRE_TREATMENT_STEPS) + utility.verify_page_step_indicator(names.o_PreTreatmentStack_pretreatmentConnectionStack_PreTreatmentConnectionStack, BP_HR_PRE_TREATMENT_STEPS, config.PRE_TREATMENT_SCREENS) #verification of BP/HR entries based on edge condition test_vital_entries_on_patient_connection() #verification of indicators from Connection section - utility.verify_page_step_indicator(names.o_PreTreatmentStack_pretreatmentConnectionStack_PreTreatmentConnectionStack, CONNECTION_PRE_TREATMENT_STEPS) + utility.verify_page_step_indicator(names.o_PreTreatmentStack_pretreatmentConnectionStack_PreTreatmentConnectionStack, CONNECTION_PRE_TREATMENT_STEPS, config.PRE_TREATMENT_SCREENS) #verification of tutorial section test_patient_connection_instruction_screen()