Test_SNF_ECMS_05_EditCLV_ecmdemo
open /ecmdemo/public/acme/
windowMaximize
echo -- Log in
waitForElementPresent link=Login
click link=Login
waitForElementPresent username
type username root
type password gtn
clickAndWait link=Sign in
echo --  Old information
waitForTextPresent conditions.doc
verifyTextPresent conditions.doc
waitForTextPresent offices.jpg
verifyTextPresent offices.jpg
waitForTextPresent metro.pdf
verifyTextPresent metro.pdf
echo --  Edit CLV
waitForElementPresent EditingOptions
select EditingOptions label=Edit
echo --  Choose Documents part
waitForElementPresent //div[3]/div/div/div/div/div/div/div/div/div/div/div/table/tbody/tr/td[2]/div/div/div/div/div/div/div/div/div/div/div/div/div/div/div/a
mouseOver //div[3]/div/div/div/div/div/div/div/div/div/div/div/table/tbody/tr/td[2]/div/div/div/div/div/div/div/div/div/div/div/div/div/div/div/a
click //div[3]/div/div/div/div/div/div/div/div/div/div/div/table/tbody/tr/td[2]/div/div/div/div/div/div/div/div/div/div/div/div/div/div/div/a
pause 1000
echo --  Select folder path
waitForElementPresent //img[@alt='Select folder path']
click //img[@alt='Select folder path']
echo -- Choose acme
waitForElementPresent link=General drives
click link=General drives
waitForElementPresent //table[@id='ListRecords']/thead/tr[2]/td/a
click //table[@id='ListRecords']/thead/tr[2]/td/a
waitForElementPresent link=Save
click link=Save
echo --  Verify data is changed.
waitForTextPresent ACME News 1
verifyTextPresent ACME News 1
waitForTextPresent ACME News 2
verifyTextPresent ACME News 2
waitForTextPresent ACME News 3
verifyTextPresent ACME News 3
waitForTextPresent ACME News 4
verifyTextPresent ACME News 4
echo -- Reset default data --
waitForElementPresent //div[3]/div/div/div/div/div/div/div/div/div/div/div/table/tbody/tr/td[2]/div/div/div/div/div/div/div/div/div/div/div/div/div/div/div/a
mouseOver //div[3]/div/div/div/div/div/div/div/div/div/div/div/table/tbody/tr/td[2]/div/div/div/div/div/div/div/div/div/div/div/div/div/div/div/a
click //div[3]/div/div/div/div/div/div/div/div/div/div/div/table/tbody/tr/td[2]/div/div/div/div/div/div/div/div/div/div/div/div/div/div/div/a
waitForElementPresent //img[@alt='Select folder path']
click //img[@alt='Select folder path']
echo -- Select Site management/acme
waitForElementPresent //a[@id='Generaldrives_ManagedSites_']
click //a[@id='Generaldrives_ManagedSites_']
waitForElementPresent //a[@id='Generaldrives_ManagedSites__acme']
click //a[@id='Generaldrives_ManagedSites__acme']
echo -- choose document folder on right
waitForElementPresent //table[@id='ListRecords']/thead/tr[5]/td/a
click //table[@id='ListRecords']/thead/tr[5]/td/a
pause 1000
echo -- verify value in Folder path
waitForValue UICLVConfigItemPathFormStringInput documents
verifyValue UICLVConfigItemPathFormStringInput documents
echo -- Save
waitForElementPresent //a[contains(text(),'Save')]
click //a[contains(text(),'Save')]
echo --restore information
waitForTextPresent conditions.doc
verifyTextPresent conditions.doc
waitForTextPresent offices.jpg
verifyTextPresent offices.jpg
waitForTextPresent metro.pdf
verifyTextPresent metro.pdf
echo -- Log out
waitForElementPresent link=Sign out
clickAndWait link=Sign out