Skip to content

Commit f7aa586

Browse files
committed
[rb] Fix a test for changing the remote active protocol for Firefox
1 parent a1ff120 commit f7aa586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rb/spec/unit/selenium/webdriver/firefox/driver_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def expect_request(body: nil, endpoint: nil)
8181
browserName: 'firefox',
8282
'moz:firefoxOptions': {
8383
args: ['-f'],
84-
prefs: {'remote.active-protocols' => 3}
84+
prefs: {'remote.active-protocols' => 1}
8585
},
8686
'moz:debuggerAddress': true}}})
8787
expect { described_class.new(options: Options.new(**opts)) }.not_to raise_exception

0 commit comments

Comments
 (0)