Index: tst_ServiceShutdown/test.py =================================================================== diff -u -rb7bd33f5c014ede4edf454fb1cd02052e93cf76e -r0641bc72e2338b37ace48847abf301374b6620f6 --- tst_ServiceShutdown/test.py (.../test.py) (revision b7bd33f5c014ede4edf454fb1cd02052e93cf76e) +++ tst_ServiceShutdown/test.py (.../test.py) (revision 0641bc72e2338b37ace48847abf301374b6620f6) @@ -13,9 +13,7 @@ # import names -import utils -import globals -import denaliMessages +from dialin.squish import utils, globals, denaliMessages ################################################################################ # This test need to be changed when the Service screen has been implemented # @@ -30,6 +28,8 @@ mouseClick (waitForObjectExists(names.o_mainMenu_settings)) utils.waitForGUI() test.compare(waitForObjectExists(names.o_settingsHome).visible, True, globals.SRSUI(vSRSUI)) + # the settings test page reverted back and it's no longer on the diagnostic page. + #mouseClick(waitForObjectExists(names.o_diagnostics)) def gotoScreenNtest_Contains_TreatmentHome(vSRSUI=""): mouseClick (waitForObjectExists(names.o_mainMenu_treatment))