Index: tst_pre_treatment_consumables/test.py =================================================================== diff -u -r28eaad74b094db5832e72f1d66f19e534045393f -rb30019a57e3711d3e3eb859fcf160cb4d9f6905d --- tst_pre_treatment_consumables/test.py (.../test.py) (revision 28eaad74b094db5832e72f1d66f19e534045393f) +++ tst_pre_treatment_consumables/test.py (.../test.py) (revision b30019a57e3711d3e3eb859fcf160cb4d9f6905d) @@ -9,9 +9,11 @@ hd_simulator = HDSimulator() PRE_TREATMENT_STEP= 2 num_of_instructions = 0 -SCREEN_OBJ= names.o_PreTreatmentConsumblesStack_PreTreatmentBase_TreatmentFlowBase +SCREEN_OBJ= names.o_PreTreatmentStack_preTreatmentConsumablesStack_PreTreatmentConsumablesStack + + def verification_of_right_instruction_navigation(): """ The method is used to verify the functionality of the right arrow in the instruction navigation, as well as the visibility of the two arrows @@ -105,7 +107,6 @@ bicarb_indicator=utility.get_indicators(SCREEN_OBJ,config.BICARB_PUMP_CHECK_TEXT) acid_indicator=utility.get_indicators(SCREEN_OBJ,config.ACID_PUMP_CHECK_TEXT) test.verify(waitForObject(bicarb_indicator[0]).visible,"The Busy indicator for BiCarb Pump must be visible") - #test.compare(bicarb_indicator[1].visible, False, " check indicator for bicarb pump must not be present") test.verify(not acid_indicator[0].visible," busy indicator for acid pump must not be present") test.verify(not acid_indicator[1].visible," check indicator for acid pump must not be present") @@ -174,20 +175,3 @@ - - - - - - - - - - - - - - - - -