summaryrefslogtreecommitdiff
path: root/testautomation/dbaccess/tools/tabletools.inc
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/dbaccess/tools/tabletools.inc')
-rw-r--r--testautomation/dbaccess/tools/tabletools.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/testautomation/dbaccess/tools/tabletools.inc b/testautomation/dbaccess/tools/tabletools.inc
index 461ef8ff2da3..132671e3bfe9 100644
--- a/testautomation/dbaccess/tools/tabletools.inc
+++ b/testautomation/dbaccess/tools/tabletools.inc
@@ -340,7 +340,9 @@ function fCreateTable(aFieldTypeContent(),sTableName,optional sCatalog,optional
sleep 1
FieldType.TypeKeys "<RETURN>" , TRUE
Description.TypeKeys "<RETURN>" , TRUE
- CellDescription.TypeKeys "<RETURN>" , TRUE
+ if( CellDescription.isVisible() ) then
+ CellDescription.TypeKeys "<RETURN>" , TRUE
+ endif
printlog "-------------------------------"
next
sleep(1)