| DeleteEntryTest | ||
| waitForElementPresent | link=Blogs Test Page | |
| clickAndWait | link=Blogs Test Page | |
| store | eval(selenium.isElementPresent('link=Delete')) | EntryPresent |
| gotoIf | !${EntryPresent} | No Entry Present |
| clickAndWait | link=Delete | |
| assertConfirmation | Are you sure you want to delete this? | |
| assertTextPresent | Your request processed successfully. | |
| assertElementNotPresent | link=Test Entry | |
| label | No Entry Present | |