diff options
author | Wolfram Garten [wg] <Wolfram.Garten@oracle.com> | 2011-02-25 12:26:54 +0100 |
---|---|---|
committer | Wolfram Garten [wg] <Wolfram.Garten@oracle.com> | 2011-02-25 12:26:54 +0100 |
commit | 1944d51d110c5dc3557fe91875a0faaff7e3c0b3 (patch) | |
tree | ac5e24278fe504c5cdcaf9bf39d35171e24d17e1 /testautomation | |
parent | ee32f79d9ed2a5dd1d2dc60d8592632a53f88d28 (diff) |
Bug 117075 - [Automation]: inserting sleeps in i_us2_present.inc
Diffstat (limited to 'testautomation')
-rw-r--r-- | testautomation/graphics/optional/includes/impress/i_us2_present.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testautomation/graphics/optional/includes/impress/i_us2_present.inc b/testautomation/graphics/optional/includes/impress/i_us2_present.inc index 1db9740b577a..9ec6ceffeba4 100644 --- a/testautomation/graphics/optional/includes/impress/i_us2_present.inc +++ b/testautomation/graphics/optional/includes/impress/i_us2_present.inc @@ -172,8 +172,11 @@ testcase i_us2_pres1 SlidesControl.TypeKeys "<DOWN>" kontext "DocumentImpress" printlog "Insert three lines with text, all with different formatting." + sleep (1) call hTextrahmenErstellen ("First line with text",20,50,70,50) + sleep (1) call hTextrahmenErstellen ("Second line with text",20,60,70,60) + sleep (1) call hTextrahmenErstellen ("Third line with text",20,70,70,70) printlog "Go down to the third slide." kontext "Slides" |