fixing a test failur

This commit is contained in:
Kohsuke Kawaguchi 2012-05-08 18:41:00 -07:00
parent 4b054f68bc
commit 41d315abc2
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@ module Jenkins
def executors=(num_exec)
find(:xpath, "//input[@name='_.numExecutors']").set(num_exec.to_s)
# in my chrome, I need to move the focus out from the control to have it recognize the value entered
# perhaps it's related to the way input type=number is emulated?
find(:xpath, "//input[@name='_.remoteFS']").click
end
def remote_fs=(remote_fs)