DeleteWikiNodeTest
waitForElementPresent link=Wiki Test Page
clickAtAndWait link=Wiki Test Page
clickAtAndWait //img[@alt='Manage Wikis']
clickAt //td[4]/ul/li/strong/span
waitForElementPresent //div[2]/ul/li[6]/a
clickAndWait //div[2]/ul/li[6]/a
assertConfirmation Are you sure you want to delete this?
store eval(selenium.isElementPresent('//td[4]/ul/li/strong/span')) WikiNodePresent
gotoIf !${WikiNodePresent} WikiNodeNotPresent
clickAt //td[4]/ul/li/strong/span
waitForElementPresent //div[2]/ul/li[6]/a
clickAndWait //div[2]/ul/li[6]/a
assertConfirmation Are you sure you want to delete this?
label WikiNodeNotPresent