Index: suite_leahi/shared/scripts/configuration/config.py =================================================================== diff -u -r8534abdc1890b7d5c0ebbecd228ff0dd72982798 -rb551aa7300336151240a5fc79ebd7cd366de2018 --- suite_leahi/shared/scripts/configuration/config.py (.../config.py) (revision 8534abdc1890b7d5c0ebbecd228ff0dd72982798) +++ suite_leahi/shared/scripts/configuration/config.py (.../config.py) (revision b551aa7300336151240a5fc79ebd7cd366de2018) @@ -50,6 +50,8 @@ "ALARM_PRIORITY_MEDIUM" : "#db8f00", "ALARM_PRIORITY_HIGH" : "#c53b33" } + +BLUE_COLOR = "#18559e" ALARM_REJECT_NOTIFICATION_TEMPLATE = "No Active Alarm List [{}]" ALARM_TREATMENT_BLOOD_STOP_COUNTDOWN_DESCRIPTION = "Rinseback will not be allowed in:" Index: suite_leahi/shared/scripts/names.py =================================================================== diff -u -r8534abdc1890b7d5c0ebbecd228ff0dd72982798 -rb551aa7300336151240a5fc79ebd7cd366de2018 --- suite_leahi/shared/scripts/names.py (.../names.py) (revision 8534abdc1890b7d5c0ebbecd228ff0dd72982798) +++ suite_leahi/shared/scripts/names.py (.../names.py) (revision b551aa7300336151240a5fc79ebd7cd366de2018) @@ -384,3 +384,4 @@ o_PreTreatmentBase_contentColumn_Column = {"container": o_pretreatmentInstallation_PreTreatmentBase_PreTreatmentBase_2, "id": "_contentColumn", "type": "Column", "unnamed": 1 } o_preTreatmentStack_PreTreatmentBase_PreTreatmentBase_2 = {"container": o_preTreatmentStack_PreTreatmentStack, "objectName": "_PreTreatmentBase", "type": "PreTreatmentBase", "visible": True } o_PreTreatmentBase_contentColumn_Column_2 = {"container": o_preTreatmentStack_PreTreatmentBase_PreTreatmentBase_2, "id": "_contentColumn", "type": "Column", "unnamed": 1 } +o_PreTreatmentBase_autoStepController_AutoStepController = {"container": o_preTreatmentStack_PreTreatmentBase_PreTreatmentBase, "id": "_autoStepController", "type": "AutoStepController", "unnamed": 1 } Index: suite_leahi/tst_pre_treatment_foundation/test.py =================================================================== diff -u -r8534abdc1890b7d5c0ebbecd228ff0dd72982798 -rb551aa7300336151240a5fc79ebd7cd366de2018 --- suite_leahi/tst_pre_treatment_foundation/test.py (.../test.py) (revision 8534abdc1890b7d5c0ebbecd228ff0dd72982798) +++ suite_leahi/tst_pre_treatment_foundation/test.py (.../test.py) (revision b551aa7300336151240a5fc79ebd7cd366de2018) @@ -157,13 +157,23 @@ config.CONCENTRATES_PAGE_TITLE, "Comparison of Concentrates Page Title Text", ) + + play_button_obj = waitForObject(names.o_PreTreatmentBase_autoStepController_AutoStepController) + play_button = utility.findObjectById(play_button_obj, "_button") + mouseClick(play_button) + mouseClick(play_button) + utils.waitForGUI(5) + connect_obj = waitForObject(names.o_PreTreatmentBase_instructionView_InstructionView, 3000) + connect = utility.findChildByText(connect_obj, config.CONCENTRATES_PAGE_CONTENTS[1]) + test.compare(connect.color.name, config.BLUE_COLOR, "Test step changes to another index") click_text( waitForObjectExists( names.o_PreTreatmentBase_instructionView_InstructionView, 3000 ), config.CONCENTRATES_PAGE_CONTENTS[1], ) click_next() + # Installation Stepper wait_compare_text(