Index: tst_post/test.py =================================================================== diff -u -r57d639af6d8576a87a6e42c659750938c4acdd13 -r2e9bd436a922111b4c4d5aedd4c1f7d9769aaf5c --- tst_post/test.py (.../test.py) (revision 57d639af6d8576a87a6e42c659750938c4acdd13) +++ tst_post/test.py (.../test.py) (revision 2e9bd436a922111b4c4d5aedd4c1f7d9769aaf5c) @@ -67,7 +67,7 @@ final_msg = conditions[0] final_msg_posted = conditions[1] hd.cmd_send_hd_post(msg, final_msg, final_msg_posted) - snooze(2) + utils.waitForGUI(2) verify_the_progress(value=msg, final_msg_posted=final_msg_posted) verify_final_message_posted(final_msg=final_msg, final_msg_posted=final_msg_posted) @@ -109,6 +109,6 @@ hd.cmd_send_power_on_self_test_version_request() post_a_message_and_verify_progress_and_completion(MSGS_AND_CONDITIONS) - snooze(2) + utils.waitForGUI(2) utils.tstDone()