Allow accessing "chromedriver.storage.googleapis.com" to check chromedriver version

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
Kenji Okimoto 2019-06-11 07:11:11 +09:00 committed by Takuro Ashie
parent 6a47f7e759
commit fb8402fc27

View File

@ -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)