summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorElliot Smith <elliot.smith@intel.com>2016-07-20 17:37:04 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-29 09:53:15 +0100
commitf0e6832bc33df2bb1b2f4b7f436ffbf023e24b13 (patch)
tree7c6c8aab4d38a048a9130396ce40811eadee2ee6 /lib
parentf6011d986f9a573a39e7b98af0aefe6cc88461ad (diff)
downloadbitbake-contrib-f0e6832bc33df2bb1b2f4b7f436ffbf023e24b13.tar.gz
toaster-tests: fix URL given for Chromedriver download
The link to the Chromedriver downloads page is dead, so put in the correct URL. Signed-off-by: Elliot Smith <elliot.smith@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/toaster/tests/browser/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/toaster/tests/browser/README b/lib/toaster/tests/browser/README
index 969f06cfc..6b09d20d8 100644
--- a/lib/toaster/tests/browser/README
+++ b/lib/toaster/tests/browser/README
@@ -13,7 +13,7 @@ a Selenium test report with a version-specific format.
To run tests against Chrome:
* Download chromedriver for your host OS from
- https://code.google.com/p/chromedriver/downloads/list
+ https://sites.google.com/a/chromium.org/chromedriver/downloads
* On *nix systems, put chromedriver on PATH
* On Windows, put chromedriver.exe in the same directory as chrome.exe