Skip to content

Commit

Permalink
Updated the test to keep up with the UI change in the previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed Nov 18, 2014
1 parent 8358c68 commit 6bbda81
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ public void testConfigSubmit_AutoManageHook() throws Exception {
HtmlPage p = client.goTo("configure");
HtmlForm f = p.getFormByName("config");
f.getInputByValue("auto").setChecked(true);
f.getInputByName("_.hookUrl").setChecked(true);
f.getInputByName("url").setValueAttribute(WEBHOOK_URL);
f.getInputByName("_.hasHookUrl").setChecked(true);
f.getInputByName("_.hookUrl").setValueAttribute(WEBHOOK_URL);
f.getInputByName("_.username").setValueAttribute("jenkins");
submit(f);

Expand Down

0 comments on commit 6bbda81

Please sign in to comment.