From fdc7d911ce7d6d7052f07e195dfb6af87f80ad16 Mon Sep 17 00:00:00 2001 From: "Wolfram Garten [wg]" Date: Wed, 19 Jan 2011 15:07:32 +0100 Subject: i116517:[Automation]: trying to make i_slidecopy.inc more reliable --- testautomation/graphics/optional/includes/impress/i_slidecopy.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'testautomation') diff --git a/testautomation/graphics/optional/includes/impress/i_slidecopy.inc b/testautomation/graphics/optional/includes/impress/i_slidecopy.inc index 61249353c9d1..4de5505fe0a1 100644 --- a/testautomation/graphics/optional/includes/impress/i_slidecopy.inc +++ b/testautomation/graphics/optional/includes/impress/i_slidecopy.inc @@ -51,6 +51,7 @@ testcase tiSlideCopyNewPresentation sleep 1 try Verbinder.TearOff + printlog "Tearing off Connector bar.." catch warnlog "bug for GH from FHA; .tearoff doesnt tell success" endcatch @@ -93,19 +94,21 @@ testcase tiSlideCopyNewPresentation sleep 2 try StarShapes.TearOff + printlog "Tearing off StarShapes Bar..." catch warnlog( " failed" ) goto endsub endcatch kontext "StarShapes" + sleep 2 if ( StarShapes.exists( 2 ) ) then StarShapesDoorplate.click else warnlog( " could not be clicked" ) endif - sleep (3) + sleep (5) gMouseDown (40,40) gMouseMove (40,40,60,60) gMouseUp (60,60) -- cgit