summaryrefslogtreecommitdiff
path: root/testautomation
diff options
context:
space:
mode:
authorwg111939 <wg111939@sr1-eham02-03>2010-09-06 14:47:48 +0200
committerwg111939 <wg111939@sr1-eham02-03>2010-09-06 14:47:48 +0200
commitdae0bbf5371e7d057dffbb4d11f9fabb939f0082 (patch)
tree56bacd7b665b79e5ae8ea3e8a1a89689288a573e /testautomation
parentaa049d6203b225ae74c10431838235c30ab4e17e (diff)
i114347, [Automation]: Adding sleep to sub loadgraphic
Diffstat (limited to 'testautomation')
-rw-r--r--testautomation/graphics/optional/includes/global/g_tables.inc8
1 files changed, 6 insertions, 2 deletions
diff --git a/testautomation/graphics/optional/includes/global/g_tables.inc b/testautomation/graphics/optional/includes/global/g_tables.inc
index 94a76349e948..410ed8ca0fc6 100644
--- a/testautomation/graphics/optional/includes/global/g_tables.inc
+++ b/testautomation/graphics/optional/includes/global/g_tables.inc
@@ -218,8 +218,12 @@ testcase tiTableObjectBar
Kontext "InsertTableImpress"
printlog "Inserting table."
- InsertTableImpress.OK
-
+ if InsertTableImpress.Exists(1) then
+ InsertTableImpress.OK
+ else
+ sleep (1)
+ InsertTableImpress.OK
+ endif
printlog "Selecting table for geeting the TableObjectBar."
printlog "Switching between Draw/Impress"
if ( gApplication = "IMPRESS" )then