Index: tst_settings_date_and_time/test.py =================================================================== diff -u -rc629a21b660f1d0128da2ba5c74f959b9f8170ae -r1ffdc0cb8c3dcb23f1772d6bc94aa6a9604f106f --- tst_settings_date_and_time/test.py (.../test.py) (revision c629a21b660f1d0128da2ba5c74f959b9f8170ae) +++ tst_settings_date_and_time/test.py (.../test.py) (revision 1ffdc0cb8c3dcb23f1772d6bc94aa6a9604f106f) @@ -128,8 +128,7 @@ utils.waitForGUI(0.5) test.log("Verifying the 'Export' button") test.compare(str(waitForObjectExists(settings_text_obj(config.EXPORT_TEXT)).text), config.EXPORT_TEXT,"'Export' button text should be {}".format(config.EXPORT_TEXT)) - utils.waitForGUI(0.5) - mouseClick(waitForObjectExists(settings_text_obj(config.EXPORT_TEXT))) + utils.waitForGUI(0.1) test.compare(waitForObjectExists(settings_text_obj(config.EXPORT_TEXT)).enabled , True, "'Export' button should be enabled") test.log("Verifying the 'Shutdown' button enabled") test.compare(str(waitForObjectExists(names.o_shutdown_text).text), config.SHUTDOWN_TEXT,"'SHUTDOWN' button text should be {}".format(config.SHUTDOWN_TEXT))