From fb8402fc27ca705412b15d0f79dfecd6efd07b5c Mon Sep 17 00:00:00 2001 From: Kenji Okimoto Date: Tue, 11 Jun 2019 07:11:11 +0900 Subject: [PATCH] Allow accessing "chromedriver.storage.googleapis.com" to check chromedriver version Signed-off-by: Kenji Okimoto --- test/test_helper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_helper.rb b/test/test_helper.rb index 9f8e616..b6c583e 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -11,8 +11,8 @@ require 'test/unit/capybara' require 'capybara-screenshot/testunit' # for integration test require 'webmock/test_unit' -WebMock.disable_net_connect!(allow_localhost: true) - +WebMock.disable_net_connect!(allow_localhost: true, + allow: "chromedriver.storage.googleapis.com") module FixturePath def fixture_path(fixture_name)