DeleteCommentTest
open /web/guest/home/
waitForElementPresent link=Page Comments Test Page
clickAtAndWait link=Page Comments Test Page
assertText //div/div[3]/div/div[1] This is a test page comment.
clickAndWait link=Delete
assertConfirmation Are you sure you want to delete this?
assertText //div[@class='portlet-msg-success'] Your request processed successfully.
assertTextNotPresent This is a test page comment.