From 95cd6583b98c29f3a2c31c1c37b8d9f6cf4fd63f Mon Sep 17 00:00:00 2001 From: Arved Solth Date: Mon, 19 Feb 2024 16:50:18 +0100 Subject: [PATCH] Update location of chrome driver for testing --- .../kitodo/selenium/testframework/helper/WebDriverProvider.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kitodo/src/test/java/org/kitodo/selenium/testframework/helper/WebDriverProvider.java b/Kitodo/src/test/java/org/kitodo/selenium/testframework/helper/WebDriverProvider.java index f999982eecd..a4a659614c8 100644 --- a/Kitodo/src/test/java/org/kitodo/selenium/testframework/helper/WebDriverProvider.java +++ b/Kitodo/src/test/java/org/kitodo/selenium/testframework/helper/WebDriverProvider.java @@ -40,7 +40,7 @@ public class WebDriverProvider { // https://chromedriver.chromium.org/downloads private static final String CHROME_DRIVER_LAST_GOOD_VERSIONS_URL = "https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions.json"; - private static final String CHROME_FOR_TESTING_URL = "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/"; + private static final String CHROME_FOR_TESTING_URL = "https://storage.googleapis.com/chrome-for-testing-public/"; public static final String CHROME_DRIVER = "chromedriver"; private static final String CHROME_DRIVER_MAC_PREFIX = "mac-x64"; private static final String CHROME_DRIVER_WIN_PREFIX = "win32";