DeleteBlogsEntryCPTest
open /web/guest/home/
waitForElementPresent link=Control Panel
clickAtAndWait link=Control Panel
clickAtAndWait link=Blogs
assertText //div[@class='entry-title']/a Blogs Entry Title
assertText //div[@class='entry-body']/p Blogs Entry Content
assertText //td[3]/span/a/span Delete
clickAndWait //td[3]/span/a/span Delete
assertConfirmation Are you sure you want to delete this?
assertText //div[@class='portlet-msg-success'] Your request processed successfully.
assertTextNotPresent Blogs Entry Title
assertTextNotPresent Blogs Entry Content