summaryrefslogtreecommitdiff
path: root/testautomation/dbaccess/optional/includes/ctrl_PropertyBrowser.inc
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/dbaccess/optional/includes/ctrl_PropertyBrowser.inc')
-rwxr-xr-xtestautomation/dbaccess/optional/includes/ctrl_PropertyBrowser.inc2
1 files changed, 2 insertions, 0 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