EditFolderTest
open /web/guest/home/
waitForElementPresent link=Control Panel
clickAtAndWait link=Control Panel
clickAtAndWait link=Bookmarks
pause 5000
click //td[4]/ul/li/strong/a
waitForElementPresent //div[@class='lfr-component lfr-menu-list']/ul/li[1]/a
clickAndWait //div[@class='lfr-component lfr-menu-list']/ul/li[1]/a Edit
type _28_name Edited Test Folder
type _28_description This is an edited test folder!
pause 5000
clickAtAndWait //input[@value='Save']
assertTextPresent Your request processed successfully.
assertTextPresent Edited Test Folder
assertTextPresent This is an edited test folder!