summaryrefslogtreecommitdiff
path: root/testautomation/framework/required/includes/wizard_agenda.inc
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/framework/required/includes/wizard_agenda.inc')
-rwxr-xr-x[-rw-r--r--]testautomation/framework/required/includes/wizard_agenda.inc24
1 files changed, 9 insertions, 15 deletions
diff --git a/testautomation/framework/required/includes/wizard_agenda.inc b/testautomation/framework/required/includes/wizard_agenda.inc
index b1b099e07c88..a192be35015e 100644..100755
--- a/testautomation/framework/required/includes/wizard_agenda.inc
+++ b/testautomation/framework/required/includes/wizard_agenda.inc
@@ -25,7 +25,7 @@
'
'/************************************************************************
'*
-'* owner : joerg.skottke@sun.com
+'* owner : joerg.skottke@oracle.com
'*
'* short description : Update test for agenda wizard
'*
@@ -56,23 +56,23 @@ testcase tUpdtWizardAgenda
Kontext "AutopilotAgenda"
call DialogTest( AutopilotAgenda, 1 )
PageDesignList.select( 3 )
- hClickNextButton()
+ hClickButton( NextButton )
Kontext "AutopilotAgenda"
call DialogTest( AutopilotAgenda, 2 )
- hClickNextButton()
+ hClickButton( NextButton )
Kontext "AutopilotAgenda"
call DialogTest( AutopilotAgenda, 3 )
- hClickNextButton()
+ hClickButton( NextButton )
Kontext "AutopilotAgenda"
call DialogTest( AutopilotAgenda, 4 )
- hClickNextButton()
+ hClickButton( NextButton )
Kontext "AutopilotAgenda"
call DialogTest( AutopilotAgenda, 5 )
- hClickNextButton()
+ hClickButton( NextButton )
Kontext "AutopilotAgenda"
call DialogTest( AutopilotAgenda, 6 )
@@ -91,15 +91,9 @@ testcase tUpdtWizardAgenda
endif
brc = hDestroyDocument()
- if ( not brc ) then
- qaerrorlog( "#i59233# The wizard does not display the new template" )
- endif
-
- do while( getDocumentCount() > 0 )
- call hCloseDocument()
- loop
-
-
+ if ( not brc ) then qaerrorlog( "#i59233# The wizard does not display the new template" )
+
+ hFileCloseAll()
hDeleteFile( cTemplatePath )
else
warnlog ( "The Agenda wizard did not open/timelimit exceeded" )