Test_SNF_ECMS_63_SetBrowsingPreferences_ecmdemo
open /portal/public/default/
windowMaximize
clickAndWait link=Visit the Acme Website
echo -- Log in
click link=Login
type username root
type password gtn
clickAndWait link=Sign in
echo -- Site Explorer
clickAndWait //a[@href='/portal/private/acme/siteExplorer']
echo --  Set up your browsing preferences
waitForElementPresent //div[@id='UIViewBarContainer']/a
click //div[@id='UIViewBarContainer']/a
echo --  Hide Side Bar
waitForElementPresent showSideBar
uncheck showSideBar
echo --  Save
waitForElementPresent link=Save
click link=Save
pause 10000
echo --  Check hidden
waitForElementNotPresent //div[@title='Show Drives']
verifyElementNotPresent //div[@title='Show Drives']
echo --  Show side bar
waitForElementPresent //div[@id='UIViewBarContainer']/a
click //div[@id='UIViewBarContainer']/a
waitForElementPresent showSideBar
check showSideBar
echo --  Save to show
waitForElementPresent link=Save
click link=Save
echo --  Check show
waitForElementPresent //div[@title='Show Drives']
verifyElementPresent //div[@title='Show Drives']
echo --  Logout
waitForElementPresent link=Logout
clickAndWait link=Logout