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 c64ed7d commit 2e5cec5Copy full SHA for 2e5cec5
rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb
@@ -106,9 +106,9 @@ def remote_server?
106
end
107
108
def remote_server_jar
109
- jar = 'java/src/org/openqa/selenium/grid/selenium_server_deploy.jar'
+ jar = 'selenium_server_deploy.jar'
110
test_jar = Pathname.new(Dir.pwd).join(jar)
111
- built_jar = root.join("bazel-bin/#{jar}")
+ built_jar = root.join("bazel-bin/java/src/org/openqa/selenium/grid/#{jar}")
112
jar = if File.exist?(test_jar) && ENV['DOWNLOAD_SERVER'].nil?
113
test_jar
114
elsif File.exist?(built_jar) && ENV['DOWNLOAD_SERVER'].nil?
0 commit comments