TearDownTest
open /web/guest/home
clickAtAndWait link=Control Panel
clickAtAndWait link=Web Content
click _15_allRowIds
clickAndWait //input[@value='Delete']
assertConfirmation Are you sure you want to delete the selected web content?
open /web/guest/home
clickAtAndWait //li[4]/ul/li[1]/a[1]
clickAtAndWait link=Manage Pages
store eval(selenium.isElementPresent('//div/ul/li[2]/ul/li[2]/a/span')) PagePresent
gotoIf !${PagePresent} pageNotPresent
clickAtAndWait //div[@id='_88_layoutsTreeOutput']/ul/li[2]/ul/li[2]/a/span
clickAtAndWait link=Page
clickAndWait //input[@value='Delete']
assertConfirmation Are you sure you want to delete the selected page?
label pageNotPresent