We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 682c608 commit 6665715Copy full SHA for 6665715
rb/spec/unit/selenium/webdriver/remote/capabilities_spec.rb
@@ -61,7 +61,7 @@ module Remote
61
end
62
63
it 'should default to no proxy' do
64
- expect { Capabilities.new.proxy }.to raise_error(KeyError)
+ expect(Capabilities.new.proxy).to be_nil
65
66
67
it 'can set and get standard capabilities' do
0 commit comments