Index: tst_ServiceShutdown/test.py =================================================================== diff -u -r929c42f19c662c57ae264d200658fb1690353008 -r99810cece725cd3b1070c61756563b90b6d36650 --- tst_ServiceShutdown/test.py (.../test.py) (revision 929c42f19c662c57ae264d200658fb1690353008) +++ tst_ServiceShutdown/test.py (.../test.py) (revision 99810cece725cd3b1070c61756563b90b6d36650) @@ -27,10 +27,12 @@ def gotoScreenNtest_Contains_PowerOffButton(vSRSUI=""): mouseClick (waitForObjectExists(names.o_mainMenu_settings)) + utils.waitForGUI() test.compare(waitForObjectExists(names.o_settingsHome).visible, True, globals.SRSUI(vSRSUI)) def gotoScreenNtest_Contains_TreatmentHome(vSRSUI=""): mouseClick (waitForObjectExists(names.o_mainMenu_treatment)) + utils.waitForGUI() test.compare(waitForObjectExists(names.o_treatmentHome).visible, True, globals.SRSUI(vSRSUI)) def showNtest_PowerOffDialog(vSRSUI=""): @@ -50,7 +52,6 @@ utils.waitForGUI(5) # dialog timeout utils.waitForGUI(1) # animation transition - def showNtest_PowerOffRejectionDialog(vSRSUI=""): mSRSUI = globals.SRSUI(vSRSUI) denaliMessages.show_PowerOffRejectionDialog()