Skip to content

Commit

Permalink
Merge pull request danggrianto#4 from jsloeffler/chromeDriverUpdate
Browse files Browse the repository at this point in the history
Chrome driver update
  • Loading branch information
danggrianto committed Sep 3, 2014
2 parents a2c79a3 + 444df53 commit 9ed2c90
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion site-cookbooks/selenium-grid/attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
default['selenium']['config'] = 'config'

default['chromedriver']['url'] = 'http://chromedriver.storage.googleapis.com'
default['chromedriver']['version'] = '2.8'
default['chromedriver']['version'] = '2.10'
default['chromedriver']['zip'] = 'chromedriver_linux32.zip'
default['chromedriver']['exe'] = 'chromedriver'

Expand Down
4 changes: 2 additions & 2 deletions site-cookbooks/selenium-grid/tests/default/base_tests.bats
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
test -f /opt/local/selenium_grid/chromedriver
}

@test "should run chromedriver v2.8" {
timeout 1s /opt/local/selenium_grid/chromedriver | grep v2.8
@test "should run chromedriver v2.10" {
timeout 1s /opt/local/selenium_grid/chromedriver | grep v2.10
}

@test "selenium-server should exist" {
Expand Down
4 changes: 2 additions & 2 deletions site-cookbooks/selenium-grid/tests/node/base_tests.bats
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
test -f /opt/local/selenium_grid/chromedriver
}

@test "should run chromedriver v2.8" {
timeout 1s /opt/local/selenium_grid/chromedriver | grep v2.8
@test "should run chromedriver v2.10" {
timeout 1s /opt/local/selenium_grid/chromedriver | grep v2.10
}

@test "selenium-server should exist" {
Expand Down

0 comments on commit 9ed2c90

Please sign in to comment.