Skip to content

Commit cd14b11

Browse files
committed
Fixing javascript test targets for crazyfun
1 parent 705420d commit cd14b11

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

Rakefile

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -160,17 +160,16 @@ desc 'Build the standalone server'
160160
task 'selenium-server-standalone' => '//java/server/src/org/openqa/selenium/grid:selenium_server_deploy.jar'
161161

162162
task :test_javascript => [
163-
'calcdeps',
164-
'//javascript/atoms:atoms-chrome:run',
165-
'//javascript/webdriver:webdriver-chrome:run',
166-
'//javascript/selenium-atoms:selenium-atoms-chrome:run',
167-
'//javascript/selenium-core:selenium-core-chrome:run']
163+
'//javascript/atoms:test-chrome:run',
164+
'//javascript/webdriver:test-chrome:run',
165+
'//javascript/selenium-atoms:test-chrome:run',
166+
'//javascript/selenium-core:test-chrome:run']
168167
task :test_chrome => [ "//java/client/test/org/openqa/selenium/chrome:chrome:run" ]
169168
task :test_edge => [ "//java/client/test/org/openqa/selenium/edge:edge:run" ]
170169
task :test_chrome_atoms => [
171-
'//javascript/atoms:test_chrome:run',
172-
'//javascript/chrome-driver:test:run',
173-
'//javascript/webdriver:test_chrome:run']
170+
'//javascript/atoms:test-chrome:run',
171+
'//javascript/chrome-driver:test-chrome:run',
172+
'//javascript/webdriver:test-chrome:run']
174173
task :test_htmlunit => [
175174
"//java/client/test/org/openqa/selenium/htmlunit:htmlunit:run"
176175
]

0 commit comments

Comments
 (0)