EditWDFrontPageCommentBodyTest
open /web/guest/home/
waitForElementPresent link=Wiki Display Test Page
clickAtAndWait link=Wiki Display Test Page
assertText //td[1]/a This is a wiki page test comment.
clickAt link=Edit
waitForElementPresent //tr[2]/td/div/textarea
type //tr[2]/td/div/textarea This is a wiki page test comment. Edited.
clickAtAndWait //input[@value='Update']
assertTextPresent Your request processed successfully.
assertText //td[1]/a This is a wiki page test comment. Edited.
assertNotText //td[1]/a This is a wiki page test comment.