{
super.setUp();
getUtil().deletePage(getTestClassName(), getTestMethodName());
AdministrationPage adminPage = AdministrationPage.gotoPage();
AnnotationsPage annotationsAdminPage = adminPage.clickAnnotationsSection();
// We make sure the annotations are Activated
annotationsAdminPage.activateAnnotations();
// We set annotations to be displayed by default
annotationsAdminPage.displayAnnotationsByDefault();
// We set annotations to be highlighted
annotationsAdminPage.displayAnnotationsHighlightByDefault();
annotationsAdminPage.clickSave();
annotatableViewPage = new AnnotatableViewPage(
getUtil().createPage(getTestClassName(), getTestMethodName(), "Some content",
"AnnotationsTest in XWiki 1.0 Syntax", "xwiki/1.0"));
}