Branch: refs/heads/master Home: https://github.com/jenkinsci/acceptance-test-harness Commit: 75e8b872afb2b290453a2b53d9e8832196318040 https://github.com/jenkinsci/acceptance-test-harness/commit/75e8b872afb2b290453a2b53d9e8832196318040 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2014-12-11 (Thu, 11 Dec 2014)
Changed paths: R src/main/java/org/jenkinsci/test/acceptance/po/BuildOtherProjects.java A src/main/java/org/jenkinsci/test/acceptance/po/BuildTrigger.java M src/main/java/org/jenkinsci/test/acceptance/po/Control.java M src/test/java/plugins/UpstreamDownstreamColumnPluginTest.java Log Message: ----------- Reverting 61f325c687592225bc24698585633380e52798fd so that BuildTrigger matches the name of its core class. Using the Descriptor.clazz.name rather than Descriptor.displayName in @Describable did not work. The HTML for the selection contained as expected: <div descriptorId="hudson.tasks.BuildTrigger" name="publisher" title="Build other projects"> <input name="stapler-class" type="hidden" value="hudson.tasks.BuildTrigger"/> Yet Control.findDropDownMenuItem does not find this because it is checking by.link(caption) and the actual link seems totally disassociated, containing only: <li index="2" groupindex="0" id="yui-gen34" class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Build other projects</a></li> -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.