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