Index: tst_rinseback_setup/test.py =================================================================== diff -u -r83caf575cae31050f77bd25d2bb86f380c2338c8 -r9498ba0c5cd12801de49e3eda26d9b3a8dfc4e55 --- tst_rinseback_setup/test.py (.../test.py) (revision 83caf575cae31050f77bd25d2bb86f380c2338c8) +++ tst_rinseback_setup/test.py (.../test.py) (revision 9498ba0c5cd12801de49e3eda26d9b3a8dfc4e55) @@ -249,7 +249,7 @@ test.startSection("verifying rejection messages in rinseback screens ") for reason_id in range(1, config.NUM_OF_REQUEST_REJECT_REASONS + 1): hd_simulator.cmd_send_treatment_adjust_rinseback_response(accepted = 0, reason= reason_id) - rejection_message = waitForObjectExists(utility.rejection_msg(text=config.REJECTION_REASON[reason_id])) + rejection_message = waitForObjectExists(utility.rinseback_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()