From: Elliot Smith Date: Wed, 20 Jul 2016 16:37:04 +0000 (+0100) Subject: toaster-tests: fix URL given for Chromedriver download X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f0e6832bc33df2bb1b2f4b7f436ffbf023e24b13;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/lib/toaster/tests/browser/README b/lib/toaster/tests/browser/README index 969f06cfc2c..6b09d20d87f 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