DeleteSecondEntryTest
open /web/guest/home/
waitForElementPresent link=Control Panel
clickAtAndWait link=Control Panel
clickAtAndWait link=Blogs
clickAtAndWait link=Second Test Entry
assertText //div[@class='entry-title'] Second Test Entry
assertPartialText //div[@class='entry-body']/p second 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 Second Test Entry
assertTextNotPresent This is a second test entry.
assertTextNotPresent This is an edited second test entry.