Test_SNF_ECMS_26_CreateEditDeleteFilePlan_ecmdemo
open /ecmdemo/public/acme/
windowMaximize
echo -- Login
waitForElementPresent link=Login
click link=Login
waitForElementPresent username
type username root
type password gtn
clickAndWait link=Sign in
echo -- Go to Sites Explorer
clickAndWait //a[@href='/ecmdemo/groups/:platform:web-contributors/siteExplorer']
echo --Open  driver pane
waitForElementPresent //div[@title='Show Drives']
click //div[@title='Show Drives']
echo --Open Site Management driver
waitForElementPresent link=Sites Management
click link=Sites Management
pause 1000
echo --Add File Plan
waitForElementPresent link=Add Document
click link=Add Document
pause 1000
waitForElementPresent link=File Plan
click link=File Plan
waitForElementPresent name
type name Test_SNF_ECMS_26
waitForElementPresent //div[contains(text(), "Record properties")]
click //div[contains(text(), "Record properties")]
type recordCategoryIdentifier FilePlan26
type dispositionAuthority FilePlan26
type defaultOriginatingOrganization FilePlan26
waitForElementPresent //div[text()='Process properties']
click //div[text()='Process properties']
type eventTrigger FilePlan26
waitForElementPresent link=Save
click link=Save
pause 1000
waitForElementPresent link=Close
click link=Close
pause 1000
echo --Edit File Plan
waitForElementPresent link=Test_SNF_ECMS_26
mouseDownRight link=Test_SNF_ECMS_26
waitForElementPresent link=Edit
click link=Edit
waitForElementPresent filePlanNote
type filePlanNote test
waitForElementPresent link=Save
click link=Save
pause 1000
waitForElementPresent link=Close
click link=Close
pause 1000
echo --Delete File Plan
waitForElementPresent link=Test_SNF_ECMS_26
mouseDownRight link=Test_SNF_ECMS_26
waitForElementPresent link=Delete
click link=Delete
waitForElementPresent //div[@id='UIPopupWindow']//a[text()='OK']
click //div[@id='UIPopupWindow']//a[text()='OK']
pause 1000
waitForTextNotPresent Test_SNF_ECMS_26
verifyTextNotPresent Test_SNF_ECMS_26
echo --Logout
waitForElementPresent link=Sign out
clickAndWait link=Sign out