Index: tst_pre_treatment_patient_connection/test.py =================================================================== diff -u -rfaf8300935e61977120bcf6d6b938cc015b693ac -ra732ff253f171e23e896626e1ca67b3321400da2 --- tst_pre_treatment_patient_connection/test.py (.../test.py) (revision faf8300935e61977120bcf6d6b938cc015b693ac) +++ tst_pre_treatment_patient_connection/test.py (.../test.py) (revision a732ff253f171e23e896626e1ca67b3321400da2) @@ -139,7 +139,7 @@ test.compare(waitForObjectExists(names.o_PreTreatmentBase_Patient_Connection_Text).text, config.PATIENT_CONNECTION_TEXT, "Patient connection text should be {msg}".format(msg=config.PATIENT_CONNECTION_TEXT)) test.compare(waitForObjectExists(names.o_swipeview_tutorial_text).enabled, True, "Tutorial text should be enabled.") verify_instruction_screen_indicator(screen_indicator, names.o_PreTreatmentBase_Indicators) - if screen_indicator == 3: + if screen_indicator == 4: test.verify(waitForObjectExists(names.o_PreTreatmentBase_Continue_Text).enabled, "continue button should be disabled") else: test.verify(not waitForObjectExists(names.o_PreTreatmentBase_Continue_Text).enabled, "continue button should be disabled") @@ -149,7 +149,7 @@ mouseClick(waitForObject(names.o_patient_connection_PreTreatmentBase_leftImage_Image)) - for instruction_screen in range(3): + for instruction_screen in range(4): mouseClick(waitForObject(names.o_patient_connection_PreTreatmentBase_rightImage_Image)) mouseClick(waitForObjectExists(names.o_pretreatment_instruction_continue_btn))