tester.assertComponent("form:name", TextField.class);
tester.assertComponent("form:styleEditor:editorContainer:editorParent:editor", TextArea.class);
tester.assertModelValue("form:name", "Buildings");
GeoServerResourceLoader loader = GeoServerExtensions.bean(GeoServerResourceLoader.class);
assertNotNull( loader );
String path = Paths.path("styles", Paths.convert(buildingsStyle.getFilename()));
Resource styleFile = loader.get(path);
DocumentBuilder db = DocumentBuilderFactory.newInstance().newDocumentBuilder();
Document d1 = db.parse( styleFile.in() );
//GEOS-3257, actually drag into xml and compare with xmlunit to avoid