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(