Index: tst_patient_id/test.py =================================================================== diff -u -r41a47927492869832692ec6e17a9de53a68e57e9 -rda46595d179733486cc338c18fc0df1f31eb7f0d --- tst_patient_id/test.py (.../test.py) (revision 41a47927492869832692ec6e17a9de53a68e57e9) +++ tst_patient_id/test.py (.../test.py) (revision da46595d179733486cc338c18fc0df1f31eb7f0d) @@ -202,6 +202,7 @@ mouseClick(waitForObject(names.o_input_patient_id)) for expected_patient_id, actual_patient_id in config.PATIENT_ID_COMBINATION.items(): validation_of_valid_patient_id_through_keypad(expected_patient_id, actual_patient_id) + mouseClick(waitForObject(names.o_PreTreatmentPatientid_back_button)) validation_of_valid_patient_id_through_user_input(expected_patient_id, actual_patient_id) #verification of confirm button without giving patient id