-
Bug
-
Resolution: Fixed
-
Minor
JenkinsRule.submit was calling HtmlFormUtil.submit for YUI submit <button> elements, which resulted in a submit on the form because <button> elements are implemented as Submittable in HtmlUnit.
It should instead be doing a click on the YUI <button>.
[JENKINS-31631] JenkinsRule.submit should click YUI submit button
Description |
Original:
{{JenkinsRule.submit}} was calling {{HtmlFormUtil.submit}} for YUI submit {{<button>}} elements, which resulted in a submit on the form because {{<button>}} elements are implemented as {{Submittable}}s in HtmlUnit. It should instead be doing a {{click}} on the YUI {{<button>}}. |
New:
{{JenkinsRule.submit}} was calling {{HtmlFormUtil.submit}} for YUI submit {{<button>}} elements, which resulted in a submit on the form because {{<button>}} elements are implemented as {{Submittable}} in HtmlUnit. It should instead be doing a {{click}} on the YUI {{<button>}}. |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Labels | New: lts-candidate |
Labels | Original: lts-candidate | New: 1.625.3-fixed |
Workflow | Original: JNJira [ 167065 ] | New: JNJira + In-Review [ 198110 ] |