Skip to content

Commit

Permalink
update default selenium server version to 2.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hoblitt committed Dec 4, 2013
1 parent d9677b1 commit f12845f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
$hub_options = '-role hub'
$node_options = "${server_options} -role node"
$java = 'java'
$version = '2.35.0'
$version = '2.37.0'
$default_hub = 'http://localhost:4444/grid/register'

case $::osfamily {
Expand Down
2 changes: 1 addition & 1 deletion spec/classes/selenium_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
:group => 'selenium',
:install_root => '/opt/selenium',
:java => 'java',
:version => '2.35.0',
:version => '2.37.0',
:url => '',
}

Expand Down
6 changes: 3 additions & 3 deletions spec/defines/selenium_config_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
:display => ':0',
:user => 'selenium',
:install_root => '/opt/selenium',
:jar_name => 'selenium-server-standalone-2.35.0.jar',
:jar_name => 'selenium-server-standalone-2.37.0.jar',
:options => '-Dwebdriver.enable.native.events=1',
:java => 'java',
}
Expand Down Expand Up @@ -57,7 +57,7 @@
:display => 'X:0',
:user => 'Xselenium',
:install_root => 'X/opt/selenium',
:jar_name => 'Xselenium-server-standalone-2.35.0.jar',
:jar_name => 'Xselenium-server-standalone-2.37.0.jar',
:options => 'X-Dwebdriver.enable.native.events=1',
:java => 'Xjava',
}
Expand All @@ -80,7 +80,7 @@
:display => 'X:0',
:user => 'Xselenium',
:install_root => 'X/opt/selenium',
:jar_name => 'Xselenium-server-standalone-2.35.0.jar',
:jar_name => 'Xselenium-server-standalone-2.37.0.jar',
:options => 'X-Dwebdriver.enable.native.events=1',
:java => 'Xjava',
}
Expand Down

0 comments on commit f12845f

Please sign in to comment.