Hello, I'm trying to write a configuration round trip test for a simple plugin and I hit:
Tests in error: testBlankConfigurationRoundTrip(de.skoobe.jenkins.plugin.httppublisher.HttpPublisherPluginTest): TypeError: Cannot call method "hasClassName" of undefined (http://localhost:40581/static/2f4ac05c/sc ripts/hudson-behavior.js#648) testSimpleConfigurationRoundTrip(de.skoobe.jenkins.plugin.httppublisher.HttpPublisherPluginTest): TypeError: Cannot call method "hasClassName" of undefined (http://localhost:52374/static/4137517f/s cripts/hudson-behavior.js#648) The code is here: https://github.com/andreich/httppublisher/blob/master/src/test/java/de/skoobe/jenkins/plugin/httppublisher/HttpPublisherPluginTest.java#L85 commented, as I cannot see what I'm doing wrong. I looked also in other plugins, but they seem to do the same thing. Does anyone has an idea what am I doing wrong? Thank you, Andrei
