getUtil().deletePage(space, "NewUnexistingPage");
getUtil().deletePage(space, "NewPage");
getUtil().deletePage(space, "NewLinkedPage");
// go through all the templates and make sure they are disabled on this space
TemplatesAdministrationSectionPage sectionPage = new TemplatesAdministrationSectionPage();
sectionPage.gotoPage();
// get the links to existing templates, navigate to each of them and disable the current space
List<String> spacesToExclude = new ArrayList<String>();
spacesToExclude.add(space);
List<WebElement> existingTemplatesLinks = sectionPage.getExistingTemplatesLinks();