summaryrefslogtreecommitdiff
path: root/testautomation
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation')
-rwxr-xr-xtestautomation/dbaccess/optional/includes/ctrl_PropertyBrowser.inc2
-rwxr-xr-xtestautomation/dbaccess/optional/includes/ctrl_Wizards.inc3
2 files changed, 4 insertions, 1 deletions
diff --git a/testautomation/dbaccess/optional/includes/ctrl_PropertyBrowser.inc b/testautomation/dbaccess/optional/includes/ctrl_PropertyBrowser.inc
index f242426167ad..0322974437cc 100755
--- a/testautomation/dbaccess/optional/includes/ctrl_PropertyBrowser.inc
+++ b/testautomation/dbaccess/optional/includes/ctrl_PropertyBrowser.inc
@@ -409,6 +409,7 @@ testcase tForms
'/// set encoding to Multipart
printlog "set encoding to Multipart"
Encoding.select 2
+ sleep(1)
'/// check if the SubmitMethod get enabled
printlog "check if the SubmitMethod get enabled"
if SubmitMethod.isEnabled then
@@ -417,6 +418,7 @@ testcase tForms
'/// set encoding to URL
printlog "set encoding to URL"
Encoding.select 1
+ sleep(1)
'/// check if the SubmitMethod get disabled
printlog "check if the SubmitMethod get disabled"
if NOT SubmitMethod.isEnabled then
diff --git a/testautomation/dbaccess/optional/includes/ctrl_Wizards.inc b/testautomation/dbaccess/optional/includes/ctrl_Wizards.inc
index b7e93ba9e34c..ae090136d2ee 100755
--- a/testautomation/dbaccess/optional/includes/ctrl_Wizards.inc
+++ b/testautomation/dbaccess/optional/includes/ctrl_Wizards.inc
@@ -96,7 +96,8 @@ testcase tGroupBoxWithDatasource
'/// set the datasource TT
printlog "set the datasource TT"
DataSource.setText(sDSName)
- DataSource.TypeKeys "<RETURN>" , true
+ DataSource.TypeKeys "<RETURN>" , true
+ sleep(1)
'/// insert password 'testtool' into login dialog
printlog "insert password 'testtool' into login dialog"
Kontext "LoginDialog"