AddUserCommentTest
open /web/guest/home/
waitForElementPresent link=Enterprise Admin Test Page
clickAtAndWait link=Enterprise Admin Test Page
store eval(selenium.isVisible('link=« Basic')) basicVisible
gotoIf !${basicVisible} BasicNotVisible
clickAt link=« Basic
label BasicNotVisible
type _79_keywords selen01
clickAtAndWait //input[@value='Search Users']
clickAtAndWait link=selen01
waitForVisible _79_comments
type _79_comments This is a test comment.
clickAtAndWait //input[@value='Save']
assertTextPresent Your request processed successfully.
assertValue _79_comments This is a test comment.