Skip to content

Commit 3f34258

Browse files
committed
Fix Capybara chromedriver initialization
1 parent eae5b91 commit 3f34258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/application_system_test_case.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
client = Selenium::WebDriver::Remote::Http::Default.new
1010
client.read_timeout = 240
1111

12-
Capybara::Selenium::Driver.new(app, browser: :chrome, capabilities: [options], http_client: client)
12+
Capybara::Selenium::Driver.new(app, browser: :chrome, options: options, http_client: client)
1313
end
1414

1515
Capybara.javascript_driver = :headless_chrome

0 commit comments

Comments
 (0)