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 574
574
sass-embedded (1.83.4-x86_64-linux-musl )
575
575
google-protobuf (~> 4.29 )
576
576
securerandom (0.4.1 )
577
- selenium-webdriver (4.29.1 )
577
+ selenium-webdriver (4.32.0 )
578
578
base64 (~> 0.2 )
579
579
logger (~> 1.4 )
580
580
rexml (~> 3.2 , >= 3.2.5 )
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ class DriverTest < ActiveSupport::TestCase
121
121
expected = {
122
122
"moz:firefoxOptions" => {
123
123
"args" => [ "--host=127.0.0.1" ] ,
124
- "prefs" => { "remote.active-protocols" => 3 , "browser.startup.homepage" => "http://www.seleniumhq.com/" }
124
+ "prefs" => { "remote.active-protocols" => 1 , "browser.startup.homepage" => "http://www.seleniumhq.com/" }
125
125
} ,
126
126
"browserName" => "firefox"
127
127
}
@@ -138,7 +138,7 @@ class DriverTest < ActiveSupport::TestCase
138
138
expected = {
139
139
"moz:firefoxOptions" => {
140
140
"args" => [ "-headless" , "--host=127.0.0.1" ] ,
141
- "prefs" => { "remote.active-protocols" => 3 , "browser.startup.homepage" => "http://www.seleniumhq.com/" }
141
+ "prefs" => { "remote.active-protocols" => 1 , "browser.startup.homepage" => "http://www.seleniumhq.com/" }
142
142
} ,
143
143
"browserName" => "firefox"
144
144
}
You can’t perform that action at this time.
0 commit comments