We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc85374 commit 134aa67Copy full SHA for 134aa67
rb/spec/unit/selenium/server_spec.rb
@@ -206,7 +206,7 @@ module Selenium
206
207
it 'sets options after instantiation' do
208
allow(File).to receive(:exist?).with('selenium_server_deploy.jar').and_return(true)
209
- server = described_class.new('selenium_server_deploy.jar')
+ server = described_class.new('selenium_server_deploy.jar', port: port)
210
expect(server.port).to eq(port)
211
expect(server.timeout).to eq(30)
212
expect(server.background).to be false
0 commit comments