summaryrefslogtreecommitdiff
path: root/testautomation/graphics/optional/includes/global/g_tables.inc
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/graphics/optional/includes/global/g_tables.inc')
-rw-r--r--testautomation/graphics/optional/includes/global/g_tables.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/testautomation/graphics/optional/includes/global/g_tables.inc b/testautomation/graphics/optional/includes/global/g_tables.inc
index 410ed8ca0fc6..10774ab43d76 100644
--- a/testautomation/graphics/optional/includes/global/g_tables.inc
+++ b/testautomation/graphics/optional/includes/global/g_tables.inc
@@ -44,10 +44,12 @@ testcase tiInsertTableUsingMenu
Call hNewDocument
printlog "Switching between Draw/Impress"
if ( gApplication = "IMPRESS" ) then
+ Kontext "Document Impress"
DocumentImpress.UseMenu
hMenuSelectNr(4)
hMenuSelectNr(14)
else
+ Kontext "Document Draw"
DocumentDraw.UseMenu
hMenuSelectNr(4)
hMenuSelectNr(11)
@@ -208,9 +210,11 @@ testcase tiTableObjectBar
printlog "Switching between Draw/Impress"
if ( gApplication = "IMPRESS" ) then
DocumentImpress.UseMenu
+ Kontext "Document Impress"
hMenuSelectNr(4)
hMenuSelectNr(14)
else
+ Kontext "Document Draw"
DocumentDraw.UseMenu
hMenuSelectNr(4)
hMenuSelectNr(11)