Skip to content

Commit

Permalink
chore: add new chromedriver api as allowed (#2498)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Bob authored Feb 21, 2024
1 parent a979a5e commit 5ade47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def driver_options(headless: false)
WebMock.disable_net_connect!(
net_http_connect_on_start: true,
allow_localhost: true,
allow: ["googlechromelabs.github.io", "edgedl.me.gvt1.com"]
allow: ["googlechromelabs.github.io", "edgedl.me.gvt1.com", "storage.googleapis.com"]
)
example.run

Expand Down

0 comments on commit 5ade47c

Please sign in to comment.