summaryrefslogtreecommitdiff
path: root/testautomation/dbaccess/optional/includes/frm_Forms.inc
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/dbaccess/optional/includes/frm_Forms.inc')
-rwxr-xr-xtestautomation/dbaccess/optional/includes/frm_Forms.inc7
1 files changed, 4 insertions, 3 deletions
diff --git a/testautomation/dbaccess/optional/includes/frm_Forms.inc b/testautomation/dbaccess/optional/includes/frm_Forms.inc
index 630a46889d87..5cfeeb7a709f 100755
--- a/testautomation/dbaccess/optional/includes/frm_Forms.inc
+++ b/testautomation/dbaccess/optional/includes/frm_Forms.inc
@@ -530,9 +530,10 @@ testcase tCreateSubForms
DataSource.setText(gDSName)
TabDataForm.TypeKeys("<RETURN>")
'/// set the table TT_Forms
- printlog "set the table TT_Forms"
- Content.setText("TT_Forms")
- TabDataForm.TypeKeys("<RETURN>")
+ printlog "set the table TT_Forms"
+ Content.setText("TT_Forms")
+ sleep(1)
+ Content.TypeKeys("<RETURN>",true)
sleep(1)
Kontext "FormPropertiesDialog"
sleep(1)