We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eae5b91 commit 3f34258Copy full SHA for 3f34258
test/application_system_test_case.rb
@@ -9,7 +9,7 @@
9
client = Selenium::WebDriver::Remote::Http::Default.new
10
client.read_timeout = 240
11
12
- Capybara::Selenium::Driver.new(app, browser: :chrome, capabilities: [options], http_client: client)
+ Capybara::Selenium::Driver.new(app, browser: :chrome, options: options, http_client: client)
13
end
14
15
Capybara.javascript_driver = :headless_chrome
0 commit comments