summaryrefslogtreecommitdiff
path: root/testautomation
diff options
context:
space:
mode:
authorJoerg Skottke [jsk] <jsk@openoffice.org>2010-08-13 09:43:05 +0200
committerJoerg Skottke [jsk] <jsk@openoffice.org>2010-08-13 09:43:05 +0200
commitdbb3d7ab9833c369d0d2ac18161ef55decc33fe9 (patch)
tree1e8c99c168563ff1b1f3a372f6d2791e280e84ec /testautomation
parenta1a87b109eac6ff48998533f50cb7547af839adc (diff)
jl154: #i113786# - Extension Manager is even slower. Inserted Wait( 2000 )
Diffstat (limited to 'testautomation')
-rwxr-xr-xtestautomation/extensions/optional/includes/extensions.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/testautomation/extensions/optional/includes/extensions.inc b/testautomation/extensions/optional/includes/extensions.inc
index 666db381209f..db115274e19d 100755
--- a/testautomation/extensions/optional/includes/extensions.inc
+++ b/testautomation/extensions/optional/includes/extensions.inc
@@ -629,6 +629,8 @@ testcase tExtensionsFunction
ii = 1
while (ii < BrowsePackages.getItemCount +1)
+
+ wait( 2000 ) ' Required, Extension Manager needs time to populate
kontext "PackageManager"
'BrowsePackages.typeKeys("+")
'BrowsePackages.typeKeys("<down>")