Index: suite_leahi/tst_pre_treatment_foundation/test.py =================================================================== diff -u -rd4c6bf838a87529d60797460eb7242948f46f65b -r49bb92c9a315b3fb9bdecef06e2900b8c140dd66 --- suite_leahi/tst_pre_treatment_foundation/test.py (.../test.py) (revision d4c6bf838a87529d60797460eb7242948f46f65b) +++ suite_leahi/tst_pre_treatment_foundation/test.py (.../test.py) (revision 49bb92c9a315b3fb9bdecef06e2900b8c140dd66) @@ -171,11 +171,11 @@ mouseClick(play_button) utils.waitForGUI(5) content_column = waitForObject(names.o_PreTreatmentBase_instructionView_InstructionView, 3000) - values = utility.findAllObjectsById(content_column, "_message") + values = utility.findAllObjectsById(content_column, "_stepRect") mouseClick(values[1]) - test.compare(values[1].color.name, config.BLUE_COLOR, "Test step changes to another index") + test.compare(values[1].color.name, config.BRIGHT_BLUE_COLOR, "Test step changes to another index") click_next() - + # Installation Stepper wait_compare_text( names.o_preTreatmentStack_Text, @@ -322,5 +322,6 @@ ) verify_start_treatment_request() + application_init.reset_system_setting("AdvancedMode") test.endSection()