Index: tst_recirculate/test.py =================================================================== diff -u -rc4796ed14e7e7bbf8c17976d6da7c6a95518ddc8 -r571936f8ececab602e4b5cecc030d2571d62f5a4 --- tst_recirculate/test.py (.../test.py) (revision c4796ed14e7e7bbf8c17976d6da7c6a95518ddc8) +++ tst_recirculate/test.py (.../test.py) (revision 571936f8ececab602e4b5cecc030d2571d62f5a4) @@ -140,7 +140,7 @@ test.startSection("Verifying test case scenario for rejection and acceptance in current state") for reason_id in range(1, config.NUM_OF_REQUEST_REJECT_REASONS + 1): hd_simulator.cmd_send_treatment_adjust_recirculate_response(accepted=0, reason=reason_id) - rejection_message = waitForObjectExists(utility.rejection_msg(text=config.REJECTION_REASON[reason_id])) + rejection_message = waitForObjectExists(utility.recirculate_rejection_msg(text=config.REJECTION_REASON[reason_id])) test.compare(rejection_message.text, config.REJECTION_REASON[reason_id], "expected rejection {msg} displayed".format(msg=config.REJECTION_REASON[reason_id])) test.endSection()