Test_SNF_ECMS_63_SetBrowsingPreferences_ecmdemo
open /portal/public/acme/
windowMaximize
echo -- Login
click link=Login
waitForElementPresent username
type username root
type password gtn
clickAndWait link=Sign in
echo -- Go to Sites Explorer
waitForElementPresent link=Sites Explorer
clickAndWait link=Sites Explorer
echo -- Open Preference setting form
waitForElementPresent //div[@id='UIViewBarContainer']/a
click //div[@id='UIViewBarContainer']/a
echo -- Hide Side Bar
waitForElementPresent showSideBar
uncheck showSideBar
waitForElementPresent link=Save
click link=Save
pause 3000
echo -- Show side bar
waitForElementPresent //div[@id='UIViewBarContainer']/a
click //div[@id='UIViewBarContainer']/a
check showSideBar
waitForElementPresent link=Save
click link=Save
echo --Logout
waitForElementPresent link=Logout
clickAndWait link=Logout