Test_SNF_ECMS_69_ManageTemplates_ecmdemo
open /ecmdemo/public/acme/
windowMaximize
echo -- Login
click link=Login
type username root
type password gtn
clickAndWait link=Sign in
echo -- go to sites Administration
clickAndWait //a[@href='/ecmdemo/groups/:platform:web-contributors/wcmAdmin']
echo -- Go to Content Presentation
waitForElementPresent //div[@id='UIECMAdminPortlet']//div[contains(text(),'Content Presentation')]
click //div[@id='UIECMAdminPortlet']//div[contains(text(),'Content Presentation')]
echo --Go to Template form
waitForElementPresent link=Manage Templates
click link=Manage Templates
waitForElementPresent link=Add
click link=Add
waitForElementPresent label
type label Test_SNF_ECMS_69
echo --Set permission for template
waitForElementPresent //img[@title='Add Permission']
click //img[@title='Add Permission']
waitForElementPresent //img[@title='Set any Permission']
click //img[@title='Set any Permission']
waitForElementPresent link=Save
click link=Save
pause 100
echo --Edit Template
waitForElementPresent //img[@title='Edit']
click //img[@title='Edit']
waitForElementPresent label
verifyValue label Test_SNF_ECMS_69
echo -- Edit
waitForElementPresent label
type label Test_SNF_ECMS_69_edit
waitForElementPresent link=Save
click link=Save
waitForElementPresent //img[@title='Delete']
click //img[@title='Delete']
assertConfirmation Do you really want to delete?
echo --Logout
waitForElementPresent link=Sign out
clickAndWait link=Sign out