timerService.tick(1000);
assertNull(DocHelper.getElementWithTagName(fullDoc, AnnotationPaint.SPREAD_FULL_TAGNAME));
doc.setAnnotation(3, 5, "style/color", "red");
editor.removeContentAndUnrender();
editor.reset();
timerService.tick(1000);
assertNull(DocHelper.getElementWithTagName(fullDoc, AnnotationPaint.SPREAD_FULL_TAGNAME));
}
}