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