summaryrefslogtreecommitdiff
path: root/testautomation
diff options
context:
space:
mode:
authorJoerg Skottke [jsk] <jsk@openoffice.org>2010-08-13 11:36:13 +0200
committerJoerg Skottke [jsk] <jsk@openoffice.org>2010-08-13 11:36:13 +0200
commitac1cb06ae68cf0bf980a3ccb709e376af9a20121 (patch)
tree9e1f4a8aebf3db7c6b663866daa897031c5043bd /testautomation
parent83185d779170737687ae7dbdabc6490a9dde47cf (diff)
automationooo330m3: #i113680# - Cannot do without wait-statement. Bad, that is.
Diffstat (limited to 'testautomation')
-rwxr-xr-xtestautomation/framework/required/includes/basic_dialog_i18n.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/testautomation/framework/required/includes/basic_dialog_i18n.inc b/testautomation/framework/required/includes/basic_dialog_i18n.inc
index 3c95be08a9d6..162f0cc040cd 100755
--- a/testautomation/framework/required/includes/basic_dialog_i18n.inc
+++ b/testautomation/framework/required/includes/basic_dialog_i18n.inc
@@ -49,6 +49,7 @@ testcase tUpdtBasicDialogI18n
printlog( "Click Manage Languages on ToolsCollectionBar")
kontext "ToolsCollectionBar"
if ( ToolsCollectionBar.exists( DIALOG_DEFAULT_TIMEOUT ) ) then
+ wait( 500 )
hClickButton( ManageLanguage )
else
warnlog( "<ToolsCollectionBar> is not open, is the test environment dirty?" )