Index: tst_patient_id/test.py =================================================================== diff -u -r18c2d43e6ee4fe3d5a531fe4c67d210ec2f1b183 -r11e9610683d44aba3c57dc04b0abcc7ca8e30c66 --- tst_patient_id/test.py (.../test.py) (revision 18c2d43e6ee4fe3d5a531fe4c67d210ec2f1b183) +++ tst_patient_id/test.py (.../test.py) (revision 11e9610683d44aba3c57dc04b0abcc7ca8e30c66) @@ -124,7 +124,7 @@ test.compare("Create a Custom Treatment", custom_treatment.text) test.log("user successfully authenticated through patient id -> " + expected_value + "using keypad.") - mouseClick(waitForObject(names.o_back_button)) + mouseClick(waitForObject(names.o_create_back_button)) def validation_of_valid_patient_id_through_user_input(expected_value, actual_value):