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 0a9b576 commit ce39406Copy full SHA for ce39406
Rakefile
@@ -199,7 +199,7 @@ task :test_ie => [
199
"//java/client/test/org/openqa/selenium/ie:ie:run"
200
]
201
task :test_jobbie => [ :test_ie ]
202
-task :test_firefox => [ "//java/client/test/org/openqa/selenium/firefox:test-synthesized:run" ]
+task :test_firefox => [ "//java/client/test/org/openqa/selenium/firefox:marionette:run" ]
203
task :test_opera => [ "//java/client/test/org/openqa/selenium/opera:opera:run" ]
204
task :test_remote_server => [
205
'//java/server/test/org/openqa/selenium/remote/server:small-tests:run',
0 commit comments