Index: tst_pre_treatment_patient_connection/test.py =================================================================== diff -u -r1ab622d62c3b93ea8e817a586f8aff1dd578a5aa -r4ee2ecca5d905bb3d871cd9ab5129b5027d8ffb0 --- tst_pre_treatment_patient_connection/test.py (.../test.py) (revision 1ab622d62c3b93ea8e817a586f8aff1dd578a5aa) +++ tst_pre_treatment_patient_connection/test.py (.../test.py) (revision 4ee2ecca5d905bb3d871cd9ab5129b5027d8ffb0) @@ -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))