Test_SNF_ECMS_46_VoteDocument_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 Explorer
waitForElementPresent //a[@href='/ecmdemo/groups/:platform:web-contributors/siteExplorer']
clickAndWait //a[@href='/ecmdemo/groups/:platform:web-contributors/siteExplorer']
echo --  Show Drives
waitForElementPresent //div[@title='Show Drives']
click //div[@title='Show Drives']
pause 1000
echo --Open Sites Management driver
waitForElementPresent link=Sites Management
click link=Sites Management
pause 1000
echo --Add Sample node
waitForElementPresent link=Add Document
click link=Add Document
pause 1000
waitForElementPresent link=Sample node
click link=Sample node
pause 1000
waitForElementPresent title
type title Test_SNF_ECMS_46
type summary Test_SNF_ECMS_46
type content Test_SNF_ECMS_46
waitForElementPresent link=Save & Close
click link=Save & Close
pause 1000
echo --Go to Collaboration Tab
waitForElementPresent link=Collaboration
click link=Collaboration
waitForElementPresent link=Test_SNF_ECMS_46
click link=Test_SNF_ECMS_46
echo -- the first Vote : 4
waitForElementPresent link=Vote for document
click link=Vote for document
pause 3000
waitForElementPresent //div[@title='Excellent/Click to vote']
click //div[@title='Excellent/Click to vote']
echo --Avg Rating
waitForTextPresent 4.0
verifyTextPresent 4.0
echo --Delete Sample node
waitForElementPresent link=Test_SNF_ECMS_46
mouseDownRight link=Test_SNF_ECMS_46
waitForElementPresent link=Delete
click link=Delete
waitForElementPresent //div[@id='UIPopupWindow']//a[text()="OK"]
click //div[@id='UIPopupWindow']//a[text()="OK"]
pause 3000
waitForElementNotPresent link=Test_SNF_ECMS_46
verifyElementNotPresent link=Test_SNF_ECMS_46
echo --Logout
waitForElementPresent link=Sign out
clickAndWait link=Sign out