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 Sep 6, 2023
1 parent 6657a8c commit 2075d68
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] # 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 2075d68

Please sign in to comment.