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"));
}