summaryrefslogtreecommitdiff
path: root/testautomation/graphics/optional/includes/global/g_tables.inc
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-10-01 16:02:03 +0200
committerVladimir Glazunov <vg@openoffice.org>2010-10-01 16:02:03 +0200
commit664c84c6d716e0ec08d1bd95719ea9aa8ecc4dcb (patch)
treebc60542608845f1057f0e98cfceeba897e3dae58 /testautomation/graphics/optional/includes/global/g_tables.inc
parent78f4c0b79d80cae6561dd919571d1f9eead2f4bc (diff)
parent459d32f413c86e9c008c72e6d514178ee32007d5 (diff)
#i10000#
Notes
Notes: split repo tag: testing_ooo/DEV300_m89
Diffstat (limited to 'testautomation/graphics/optional/includes/global/g_tables.inc')
-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