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 b2bd960 commit 82caee4Copy full SHA for 82caee4
rb/spec/unit/selenium/webdriver/firefox/service_spec.rb
@@ -81,8 +81,7 @@ module Firefox
81
service = described_class.new
82
ws_index = service.extra_args.index('--websocket-port')
83
port = service.extra_args[ws_index + 1].to_i
84
- expect(port).to be > 0
85
- expect(port).to be < 65_536
+ expect(port).to be.positive?
86
end
87
88
context 'with connect existing' do
0 commit comments