We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1ff120 commit f7aa586Copy full SHA for f7aa586
rb/spec/unit/selenium/webdriver/firefox/driver_spec.rb
@@ -81,7 +81,7 @@ def expect_request(body: nil, endpoint: nil)
81
browserName: 'firefox',
82
'moz:firefoxOptions': {
83
args: ['-f'],
84
- prefs: {'remote.active-protocols' => 3}
+ prefs: {'remote.active-protocols' => 1}
85
},
86
'moz:debuggerAddress': true}}})
87
expect { described_class.new(options: Options.new(**opts)) }.not_to raise_exception
0 commit comments