Skip to content

Commit 6b81501

Browse files
committed
Fixing htmlunit tests
1 parent d095cd2 commit 6b81501

File tree

1 file changed

+6
-0
lines changed
  • java/client/test/org/openqa/selenium/htmlunit

1 file changed

+6
-0
lines changed

java/client/test/org/openqa/selenium/htmlunit/build.desc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ java_test(name = "test_basic",
44
],
55
sysproperties = [
66
{ "selenium.browser" : "htmlunit" },
7+
],
8+
deps = [
9+
"//java/client/test/org/openqa/selenium:tests"
710
])
811

912
java_test(name = "test_js",
@@ -12,4 +15,7 @@ java_test(name = "test_js",
1215
],
1316
sysproperties = [
1417
{ "selenium.browser" : "htmlunit_js" },
18+
],
19+
deps = [
20+
"//java/client/test/org/openqa/selenium:tests"
1521
])

0 commit comments

Comments
 (0)