EditSecondCommentTest
open /web/guest/home/
waitForElementPresent link=Control Panel
clickAtAndWait link=Control Panel
clickAtAndWait link=Blogs
clickAtAndWait link=Second Test Entry
assertText //tr[2]/td[2]/div[1] This is a second entry comment.
assertText //td[4]/span/a[2] Edit
clickAt //td[4]/span/a[2] Edit
waitForVisible _33_editReplyBody1
type _33_editReplyBody1 This is an edited second entry comment.
clickAtAndWait //input[@value='Update']
assertText //div[@class='portlet-msg-success'] Your request processed successfully.
assertText //tr[2]/td[2]/div[1] This is an edited second entry comment.
assertNotText //tr[2]/td[2]/div[1] This is a second entry comment.