mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
✂️
This commit is contained in:
parent
c27a752a3b
commit
00d46bb012
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ require_relative "test_run"
|
|||
|
||||
driver = if ARGV[1]
|
||||
capability = ::Selenium::WebDriver::Remote::Capabilities.chrome
|
||||
|
||||
|
||||
::Selenium::WebDriver.for(:remote, url: ARGV[1], capabilities: [capability])
|
||||
else
|
||||
driver_options = Selenium::WebDriver::Chrome::Options.new
|
||||
|
|
Loading…
Reference in a new issue