Skip to content

Commit ce39406

Browse files
committed
Run marionette test instead of legacy ones y command 'go test_firefox'
1 parent 0a9b576 commit ce39406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ task :test_ie => [
199199
"//java/client/test/org/openqa/selenium/ie:ie:run"
200200
]
201201
task :test_jobbie => [ :test_ie ]
202-
task :test_firefox => [ "//java/client/test/org/openqa/selenium/firefox:test-synthesized:run" ]
202+
task :test_firefox => [ "//java/client/test/org/openqa/selenium/firefox:marionette:run" ]
203203
task :test_opera => [ "//java/client/test/org/openqa/selenium/opera:opera:run" ]
204204
task :test_remote_server => [
205205
'//java/server/test/org/openqa/selenium/remote/server:small-tests:run',

0 commit comments

Comments
 (0)