Index: suite_leahi/tst_service_export_logs/test.py =================================================================== diff -u -rc5d976bf0a23af578cf587aa2b3d5d2c8e965542 -rc11f139f76c59b3e2f6a7c66c55f214b91dd73b4 --- suite_leahi/tst_service_export_logs/test.py (.../test.py) (revision c5d976bf0a23af578cf587aa2b3d5d2c8e965542) +++ suite_leahi/tst_service_export_logs/test.py (.../test.py) (revision c11f139f76c59b3e2f6a7c66c55f214b91dd73b4) @@ -76,8 +76,8 @@ init_application_service_export_logs() mouseClick(waitForObjectExists(names.exportButton)) - export_log_status = utility.get_object_from_names(names.notificationBar, error_message = "export log status missing", timeout_ms = 3000) utils.waitForGUI(1) #This wait is to verify that the Application log export to USB is complete. Increase seconds in waitForGUI if the test compare fails. + export_log_status = utility.get_object_from_names(names.notificationBar, error_message = "export log status missing", timeout_ms = 3000) if export_log_status is not None: test.compare(export_log_status.text,config.EXPORT_LOG_STATUS,"{}".format(config.EXPORT_LOG_STATUS)) check_eject_usb_button(config.ENABLED, is_clicking_button=True)