Index: tst_service_protected_menu/test.py =================================================================== diff -u -re3f67a6e78d267bb99596ba1ce439c6fe7d89a25 -r40314c67874695eefc506c3a6a33896495953edd --- tst_service_protected_menu/test.py (.../test.py) (revision e3f67a6e78d267bb99596ba1ce439c6fe7d89a25) +++ tst_service_protected_menu/test.py (.../test.py) (revision 40314c67874695eefc506c3a6a33896495953edd) @@ -318,7 +318,12 @@ hd_simulator.cmd_send_poweroff_timeout() utils.waitForGUI(2) hd_simulator.cmd_send_poweroff_imminent() + utils.waitForGUI(0.5) + shutdownTextObject = utility.get_object_from_names(names.system_is_shutting_down_TitleText, "Shutting down text object missing") + if shutdownTextObject is not None: + test.compare(shutdownTextObject.text, "System is shutting down", "Expecting message to be 'System is shutting down'") utils.waitForGUI(6) + currentApplicationContext().detach() def main(): utils.tstStart(__file__)