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.
assertElementPresent link=This is a test comment.
assertText //td[2]/div[1] This is a test comment.