AddCommentTest
waitForElementPresent link=Wiki Display Test Page
clickAtAndWait link=Wiki Display Test Page
clickAt link=Add Comment
waitForElementPresent //textarea
typeKeys //textarea This is a test comment.
type //textarea This is a test comment.
clickAtAndWait //tr[3]/td/input[1]
assertTextPresent Your request processed successfully.
assertTextPresent This is a test comment.