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 88373fc commit 8cb82b4Copy full SHA for 8cb82b4
rb/spec/unit/selenium/webdriver/chrome/options_spec.rb
@@ -253,7 +253,7 @@ module Chrome
253
emulation: {device_name: :mine},
254
local_state: {
255
foo: 'bar',
256
- key_that_should_not_be_camelcased: 'baz',
+ key_that_should_not_be_camelcased: 'baz'
257
},
258
detach: true,
259
debugger_address: '127.0.0.1:8181',
@@ -284,7 +284,7 @@ module Chrome
284
'mobileEmulation' => {'deviceName' => 'mine'},
285
'localState' => {
286
'foo' => 'bar',
287
- 'key_that_should_not_be_camelcased' => 'baz',
+ 'key_that_should_not_be_camelcased' => 'baz'
288
289
'detach' => true,
290
'debuggerAddress' => '127.0.0.1:8181',
0 commit comments