提交 de853a29 编写于 作者: G George Claghorn

Address Ruby 2.7 kwargs warning in ActionDispatch::SystemTesting::Driver

上级 3eab31c4
......@@ -41,7 +41,7 @@ def browser_options
end
def register_selenium(app)
Capybara::Selenium::Driver.new(app, { browser: @browser.type }.merge(browser_options)).tap do |driver|
Capybara::Selenium::Driver.new(app, **{ browser: @browser.type }.merge(browser_options)).tap do |driver|
driver.browser.manage.window.size = Selenium::WebDriver::Dimension.new(*@screen_size)
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册