summaryrefslogtreecommitdiff
path: root/testautomation/global/tools
diff options
context:
space:
mode:
authorJoerg Skottke [jsk] <jsk@openoffice.org>2010-05-31 09:39:48 +0200
committerJoerg Skottke [jsk] <jsk@openoffice.org>2010-05-31 09:39:48 +0200
commita60b65b5ab97a7aa3ffb39da7ae2a90b5841575a (patch)
tree25e77d086b6bc7021047cec6748a5cc9f7c6ad31 /testautomation/global/tools
parent2fda30de1943c16b7c718dcec743b8bd7124c122 (diff)
vitomation01: #i109696 - Edit mode, another attempt - more waiting
Diffstat (limited to 'testautomation/global/tools')
-rwxr-xr-xtestautomation/global/tools/includes/required/t_doc2.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/testautomation/global/tools/includes/required/t_doc2.inc b/testautomation/global/tools/includes/required/t_doc2.inc
index 33e96d1411be..4941d0fcf7ad 100755
--- a/testautomation/global/tools/includes/required/t_doc2.inc
+++ b/testautomation/global/tools/includes/required/t_doc2.inc
@@ -128,10 +128,11 @@ function hEnableDocumentEditMode() as boolean
kontext "Active"
if ( Active.exists( 1 ) ) then
- printlog( "Successfully switched to edit mode" )
+ printlog( "Handle <Use copy message>" )
hCloseDialog( Active, "yes" )
+ wait( 2000 )
+ printlog( "Successfully switched to edit mode" )
hEnableDocumentEditMode() = true
- wait( 1000 )
exit for
endif
endif