Index: tst_instructions_poc/test.py =================================================================== diff -u -rc79559a8ecd6dc676c7aed956ba1a5d1e45534a0 -r4800083679383c87221a7e55ad35f84b40ffb386 --- tst_instructions_poc/test.py (.../test.py) (revision c79559a8ecd6dc676c7aed956ba1a5d1e45534a0) +++ tst_instructions_poc/test.py (.../test.py) (revision 4800083679383c87221a7e55ad35f84b40ffb386) @@ -151,6 +151,7 @@ instruction_text = instruction_text.rstrip() test.log(str(textObjectName)) test.log(str(rightArrowObject)) + test.log("{}{}".format(config.IMAGE_LOCATION,image_text)) image_status = waitForObjectExists(get_img_obj(textObjectName,"{}{}".format(config.IMAGE_LOCATION,image_text))).status test.compare(str(image_status),str(IMAGE_READY),image_text + " - image title is valid and loaded on UI.") test.compare(str(waitForObject(get_text_obj(textObjectName,instruction_text)).text),instruction_text, "Instruction from" +title+ "screen is visible and matched")