From 9bb8b7db2812a9ee681cfba404da1e7e10fc5f10 Mon Sep 17 00:00:00 2001 From: BryceLTaylor Date: Tue, 6 Nov 2018 15:35:21 -0500 Subject: [PATCH] Update chromedriver so tests pass more reliably --- test/integration/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/package.json b/test/integration/package.json index 909e95e91..811acf4df 100644 --- a/test/integration/package.json +++ b/test/integration/package.json @@ -1,6 +1,6 @@ { "dependencies": { "selenium-webdriver": "3.6.0", - "chromedriver": "2.37.0" + "chromedriver": "2.43.1" } }