By.id("annotationsdisplay")).size());
annotationsWindow.simulateCTRL_M();
ViewPage vp = new ViewPage();
// TODO: this should be a PageObject API
vp.waitUntilElementIsVisible(By.className("xnotification-warning"));
// TODO: this should be a PageObject API
WebElement warning = getDriver().findElement(By.className("xnotification-warning"));
Assert.assertEquals(XWIKI_SYNTAX_1_WARNING, warning.getText());
adminPage.gotoPage();