File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
actionpack/test/dispatch/system_testing Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 511511 sdoc (2.6.1 )
512512 rdoc (>= 5.0 )
513513 securerandom (0.3.1 )
514- selenium-webdriver (4.22 .0 )
514+ selenium-webdriver (4.32 .0 )
515515 base64 (~> 0.2 )
516516 logger (~> 1.4 )
517517 rexml (~> 3.2 , >= 3.2.5 )
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ class DriverTest < ActiveSupport::TestCase
120120 expected = {
121121 "moz:firefoxOptions" => {
122122 "args" => [ "--host=127.0.0.1" ] ,
123- "prefs" => { "remote.active-protocols" => 3 , "browser.startup.homepage" => "http://www.seleniumhq.com/" }
123+ "prefs" => { "remote.active-protocols" => 1 , "browser.startup.homepage" => "http://www.seleniumhq.com/" }
124124 } ,
125125 "browserName" => "firefox"
126126 }
@@ -137,7 +137,7 @@ class DriverTest < ActiveSupport::TestCase
137137 expected = {
138138 "moz:firefoxOptions" => {
139139 "args" => [ "-headless" , "--host=127.0.0.1" ] ,
140- "prefs" => { "remote.active-protocols" => 3 , "browser.startup.homepage" => "http://www.seleniumhq.com/" }
140+ "prefs" => { "remote.active-protocols" => 1 , "browser.startup.homepage" => "http://www.seleniumhq.com/" }
141141 } ,
142142 "browserName" => "firefox"
143143 }
You can’t perform that action at this time.
0 commit comments