summaryrefslogtreecommitdiff
path: root/testautomation/dbaccess/optional
diff options
context:
space:
mode:
authorms93807 <ms93807@x4240-so3>2010-01-08 14:15:56 +0100
committerms93807 <ms93807@x4240-so3>2010-01-08 14:15:56 +0100
commit874323e91d80897051a23e5c03238991d5879bbb (patch)
treefc6835e50e932f3fd19de909e90fd13edbb8c125 /testautomation/dbaccess/optional
parent0ef3cc0240f043eb445bb1f352e82ef7b13a911e (diff)
dba33b : add sleep
Diffstat (limited to 'testautomation/dbaccess/optional')
-rwxr-xr-xtestautomation/dbaccess/optional/includes/ctrl_Wizards.inc3
1 files changed, 2 insertions, 1 deletions
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"