Index: tst_patient_id/test.py =================================================================== diff -u -rdd878d19d2344a60e3533d6c1f7e6b7a74611afe -rec3e0212cf515ac50e43206f3446ee807e3bd55b --- tst_patient_id/test.py (.../test.py) (revision dd878d19d2344a60e3533d6c1f7e6b7a74611afe) +++ tst_patient_id/test.py (.../test.py) (revision ec3e0212cf515ac50e43206f3446ee807e3bd55b) @@ -200,16 +200,13 @@ hd = HDSimulator() hd.cmd_send_power_on_self_test_version_request() - hd._handler_ui_first_check_in(message = None) + hd.cmd_send_hd_operation_mode(4, 0) mouseClick(waitForObject(names.o_input_patient_id)) for patient_id in config.CHARACTER_PATIENT_ID: validation_of_valid_patient_id_through_keypad(patient_id) validation_of_valid_patient_id_through_user_input(patient_id) - hd.cmd_send_hd_operation_mode(3) - hd._handler_ui_first_check_in(message = None) - for patient_id in config.ALPHANUMERIC_PATIENT_ID: validation_of_valid_patient_id_through_keypad(patient_id) validation_of_valid_patient_id_through_user_input(patient_id)