Skip to content

Commit

Permalink
Update WorkflowJobTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed May 19, 2024
1 parent ddeb3b4 commit 22a0edd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public void addAction() throws Exception {
form = wc.getPage(p, "configure").getFormByName("config");
checkbox = form.getInputByName("enable");
assertFalse(checkbox.isChecked());
checkbox.setChecked(false);
checkbox.setChecked(true);
j.submit(form);
assertFalse(p.isDisabled());
assertTrue(p.isBuildable());
Expand Down

0 comments on commit 22a0edd

Please sign in to comment.