File tree 2 files changed +4
-3
lines changed
actionpack/test/dispatch/system_testing
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 512
512
google-protobuf (~> 3.25 )
513
513
sass-embedded (1.69.6-x86_64-linux-gnu )
514
514
google-protobuf (~> 3.25 )
515
- selenium-webdriver (4.20.1 )
515
+ selenium-webdriver (4.22.0 )
516
516
base64 (~> 0.2 )
517
+ logger (~> 1.4 )
517
518
rexml (~> 3.2 , >= 3.2.5 )
518
519
rubyzip (>= 1.2.2 , < 3.0 )
519
520
websocket (~> 1.0 )
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ class DriverTest < ActiveSupport::TestCase
120
120
expected = {
121
121
"moz:firefoxOptions" => {
122
122
"args" => [ "--host=127.0.0.1" ] ,
123
- "prefs" => { "browser.startup.homepage" => "http://www.seleniumhq.com/" }
123
+ "prefs" => { "remote.active-protocols" => 3 , " browser.startup.homepage" => "http://www.seleniumhq.com/" }
124
124
} ,
125
125
"browserName" => "firefox"
126
126
}
@@ -137,7 +137,7 @@ class DriverTest < ActiveSupport::TestCase
137
137
expected = {
138
138
"moz:firefoxOptions" => {
139
139
"args" => [ "-headless" , "--host=127.0.0.1" ] ,
140
- "prefs" => { "browser.startup.homepage" => "http://www.seleniumhq.com/" }
140
+ "prefs" => { "remote.active-protocols" => 3 , " browser.startup.homepage" => "http://www.seleniumhq.com/" }
141
141
} ,
142
142
"browserName" => "firefox"
143
143
}
You can’t perform that action at this time.
0 commit comments