Skip to content

Commit 5a487e0

Browse files
committed
Enabled input was moved to the right
1 parent 9a13ad2 commit 5a487e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/test/java/hudson/PluginManagerInstalledGUITest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ public boolean isPlugin(String pluginId) {
192192
}
193193

194194
private HtmlInput getEnableWidget() {
195-
HtmlElement input = pluginRow.getCells().get(1).getElementsByTagName("input").get(0);
195+
HtmlElement input = pluginRow.getCells().get(2).getElementsByTagName("input").get(0);
196196
return (HtmlInput) input;
197197
}
198198

0 commit comments

Comments
 (0)