From 9a099c18b3db691cef1f179fc3d6ae22d5b8843f Mon Sep 17 00:00:00 2001 From: Nada Ayesh Date: Sat, 23 Mar 2024 02:27:54 +0200 Subject: [PATCH] Update chrome driver download link in e2e-testing.md (#12924) --- docs/e2e-testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/e2e-testing.md b/docs/e2e-testing.md index 278ddfc5115..cc4b3e26a56 100644 --- a/docs/e2e-testing.md +++ b/docs/e2e-testing.md @@ -39,7 +39,7 @@ Before running tests, modify `src/e2e/resources/test.properties` if necessary, e * You need to use chromedriver for testing with Chrome. - * Download the latest stable chromedriver from [here](https://sites.google.com/a/chromium.org/chromedriver/downloads). + * Download the latest stable chromedriver from [here](https://chromedriver.chromium.org/downloads). The site will also inform the versions of Chrome that can be used with the driver. * Specify the path to the chromedriver executable in `test.chromedriver.path` value in `test.properties`.