summaryrefslogtreecommitdiff
path: root/testautomation/framework/required/includes/wizard_presentation.inc
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/framework/required/includes/wizard_presentation.inc')
-rwxr-xr-x[-rw-r--r--]testautomation/framework/required/includes/wizard_presentation.inc12
1 files changed, 4 insertions, 8 deletions
diff --git a/testautomation/framework/required/includes/wizard_presentation.inc b/testautomation/framework/required/includes/wizard_presentation.inc
index 2c06a00e1971..68143b3cdc3c 100644..100755
--- a/testautomation/framework/required/includes/wizard_presentation.inc
+++ b/testautomation/framework/required/includes/wizard_presentation.inc
@@ -25,7 +25,7 @@
'
'/************************************************************************
'*
-'* owner : joerg.skottke@sun.com
+'* owner : joerg.skottke@oracle.com
'*
'* short description : Update test for the presentation wizard
'*
@@ -47,14 +47,12 @@ testcase tUpdtWizardPresentation
printlog( "Page 1" )
call Dialogtest( AutopilotPraesentation1 )
-
- hClickNextButton()
+ hClickButton( NextButton )
printlog( "Page 2" )
kontext "AutopilotPraesentation2"
call DialogTest( AutopilotPraesentation2 )
-
- hClickNextButton()
+ hClickButton( NextButton )
printlog( "Page 3" )
kontext "AutopilotPraesentation3"
@@ -65,9 +63,7 @@ testcase tUpdtWizardPresentation
warnlog( "Presentation wizard not open/exceeded timeout" )
endif
- do while( getDocumentCount() > 0 )
- call hCloseDocument()
- loop
+ hFileCloseAll()
gApplication = "WRITER"