summaryrefslogtreecommitdiff
path: root/testautomation
diff options
context:
space:
mode:
authorwg111939 <wg111939@sr1-eham02-03>2010-09-07 16:06:23 +0200
committerwg111939 <wg111939@sr1-eham02-03>2010-09-07 16:06:23 +0200
commit92ce9da30cb096c5ef2715a83001a234b792adca (patch)
tree17c86bbe3a608b4fa385794960334dd3efa69139 /testautomation
parent2cfd797a28c3497e706d14e881bbc4a46e16598c (diff)
i114370, adding wait to g_demoguide.inc
Diffstat (limited to 'testautomation')
-rw-r--r--testautomation/graphics/optional/includes/global/g_demoguide.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/testautomation/graphics/optional/includes/global/g_demoguide.inc b/testautomation/graphics/optional/includes/global/g_demoguide.inc
index 54a3a67c58d0..d733c878aeb4 100644
--- a/testautomation/graphics/optional/includes/global/g_demoguide.inc
+++ b/testautomation/graphics/optional/includes/global/g_demoguide.inc
@@ -247,7 +247,8 @@ testcase t_Interoperability
MenuSelect(MenuGetItemID(3))
View.OpenMenu
MenuSelect(MenuGetItemID(2))
- sleep 2
+ printlog "needing a longer wait here for first start of the master page previews"
+ wait(20000)
Kontext "AvailableForUsePreview"
AvailableForUsePreview.TypeKeys "<HOME> <RIGHT> <RETURN>"
sleep (5)