Index: tst_post_treatment/test.py =================================================================== diff -u -r17d7bf4c3727d58d5ba7f4fb05613b9bf804188a -r45d310f0a2c4e815013caab8bc79bd183aeaa115 --- tst_post_treatment/test.py (.../test.py) (revision 17d7bf4c3727d58d5ba7f4fb05613b9bf804188a) +++ tst_post_treatment/test.py (.../test.py) (revision 45d310f0a2c4e815013caab8bc79bd183aeaa115) @@ -230,7 +230,7 @@ DISPOSABLES_STEP = 2 utility.verify_page_step_indicator(SCREEN_OBJ3, DISPOSABLES_STEP, config.POST_TREATMENT_SCREENS) names.o_bullet_object.pop("occurrence") - NUM_OF_DISPOSABLE_INSTALLATION_SCREENS = 6 + NUM_OF_DISPOSABLE_INSTALLATION_SCREENS = 8 verify_right_instruction_navigation_disposables(NUM_OF_DISPOSABLE_INSTALLATION_SCREENS) test.verify(waitForObjectExists(names.o_disposables_removal_confirm_button).enabled, " confirm button must be active") verify_left_instruction_navigation_disposables(NUM_OF_DISPOSABLE_INSTALLATION_SCREENS) @@ -270,7 +270,7 @@ hd_simulator.cmd_send_hd_operation_mode(op_mode=HDOpModes.MODE_TPAR.value, sub_mode = HDOpSubModes.STANDBY_START_STATE.value) mouseClick(waitForObject(names.o_input_patient_id)) type(waitForObject(names.o_input_patient_id), patient_id) - mouseClick(waitForObject(names.o_confirm_button)) + mouseClick(waitForObject(names.o_continue_button)) test.endSection()