diff options
author | Eike Rathke <erack@apache.org> | 2011-09-10 21:50:02 +0000 |
---|---|---|
committer | Eike Rathke <erack@apache.org> | 2011-09-10 21:50:02 +0000 |
commit | 1081edaa1d69cc24452a872f114bf5af5bbdfbac (patch) | |
tree | 899fd19536718ffe378ac2f34c85df1bb9fff132 /testautomation | |
parent | d6ed1c4af16e3a09cca263d2ebc41469366d7eaf (diff) |
impress212: Bug 117762 - [Automation][i_updt_1.bas]testcase tiFormatStylesAndFormatting fails
# User Wolfram Garten [wg] <Wolfram.Garten@oracle.com>
Diffstat (limited to 'testautomation')
-rw-r--r-- | testautomation/graphics/required/includes/global/id_005.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testautomation/graphics/required/includes/global/id_005.inc b/testautomation/graphics/required/includes/global/id_005.inc index cba38479f34b..885abd42a061 100644 --- a/testautomation/graphics/required/includes/global/id_005.inc +++ b/testautomation/graphics/required/includes/global/id_005.inc @@ -842,8 +842,9 @@ testcase tiFormatStylesAndFormatting printlog "Open new document" Call hNewDocument printlog "Create a Textframe with content" - sleep 5 - + sleep 2 + Call sSelectEmptyLayout + Sleep 1 hTextrahmenErstellen ("I love Wednesdays...",20,20,80,40) sleep 1 printlog "Checking if TextObjectBar is up" |