EditCommentBodyTest
open /web/guest/home/
waitForElementPresent link=Page Comments Test Page
clickAtAndWait link=Page Comments Test Page
assertText //td[2]/div[1] This is a test page comment.
clickAt link=Edit
waitForElementPresent _107_editReplyBody1
type _107_editReplyBody1 This is a test page comment. Edited.
keyPress _107_editReplyBody1 \48
keyPress _107_editReplyBody1 \8
clickAtAndWait //input[@value='Publish']
assertText //section/div/div/div/div[1] Your request processed successfully.
assertText //td[2]/div[1] This is a test page comment. Edited.