mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-07 14:57:18 +02:00
Allow accessing "chromedriver.storage.googleapis.com" to check chromedriver version
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
6a47f7e759
commit
fb8402fc27
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user