DeleteEntryTest
open /web/guest/home/
waitForVisible link=Blogs Test Page
clickAtAndWait link=Blogs Test Page
assertText //div[@class='entry-title']/a Title
assertText //div[@class='entry-body']/p Content.
clickAndWait link=Delete
assertConfirmation Are you sure you want to delete this?
waitForText //section/div/div/div/div Your request processed successfully.
assertText //section/div/div/div/div Your request processed successfully.
assertTextNotPresent Title
assertTextNotPresent Content.