Skip to content

Commit

Permalink
Work around titusfortner/webdrivers#‌254
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKvalheim committed May 22, 2024
1 parent e186d10 commit 2c7b5b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/support/external_request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
driver_urls = Webdrivers::Common.subclasses.map do |driver|
Addressable::URI.parse(driver.base_url).host
end
driver_urls += %w[googlechromelabs.github.io edgedl.me.gvt1.com storage.googleapis.com] # Workaround for titusfortner/webdrivers#254
WebMock.disable_net_connect!(allow_localhost: true, allow: [*driver_urls, /stripe.com/])

RSpec.configure do |config|
Expand Down

0 comments on commit 2c7b5b4

Please sign in to comment.