Skip to content

Commit f32df8f

Browse files
committed
Update Job.java
1 parent 40206a8 commit f32df8f

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/org/jenkinsci/test/acceptance/po

1 file changed

+1
-1
lines changed

src/main/java/org/jenkinsci/test/acceptance/po/Job.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ public <T extends Parameter> T addParameter(Class<T> type) {
365365

366366
control(by.checkbox("This project is parameterized")).check();
367367

368-
control(by.xpath("//button[normalize-space(string(.)) = 'Add Parameter'] and not(contains(@class, 'hetero-list-add-top'))]"))
368+
control(by.xpath("//button[normalize-space(string(.)) = 'Add Parameter' and not(contains(@class, 'hetero-list-add-top'))]"))
369369
.selectDropdownMenu(type);
370370

371371
// TODO selectDropdownMenu should not need this sleep - try and remove it

0 commit comments

Comments
 (0)