Index: suite_leahi/tst_service_export_logs/test.py =================================================================== diff -u -re0f0f1fbb5525cf1c192091f3e017eb174fb6548 -r733e6e27c1d88e9615ab0d2ac422d8e5d87de89e --- suite_leahi/tst_service_export_logs/test.py (.../test.py) (revision e0f0f1fbb5525cf1c192091f3e017eb174fb6548) +++ suite_leahi/tst_service_export_logs/test.py (.../test.py) (revision 733e6e27c1d88e9615ab0d2ac422d8e5d87de89e) @@ -49,7 +49,7 @@ if export_logs_item is not None: mouseClick(export_logs_item) - headerbar_container = utility.get_object_from_names(names.o_headerBar_HeaderBar) + headerbar_container = utility.get_object_from_names(names.o_headerBar_HeaderBar, 2000) export_log_screen_title_text = utility.findChildByText( headerbar_container, "Export Logs" ) @@ -91,7 +91,6 @@ ) if export_button is not None: mouseClick(export_button) - 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. @@ -116,7 +115,7 @@ names.o_LogTypeComboBox, error_message="Combo box object is missing", ) if log_type_combo_box is not None: - mouseClick(utility.get_object_from_names(names.o_LogTypeComboBox)) + mouseClick(waitForObjectExists(names.o_LogTypeComboBox)) log_type_option = utility.get_object_from_names( utility.setObjectText(names.o_OptionComboBox, config.EXPORT_LOGS_OPTIONS[whichTypeIndex]), @@ -163,7 +162,6 @@ def select_a_log_file_and_export(): - select_a_file = utility.get_object_from_names( names.o_ExportLogsProgressRect, error_message="eject o_ExportLogsProgressRect object not found",