Skip to content

Commit

Permalink
Rework ReferrerTest to avoid Jetty dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Nov 24, 2020
1 parent 936669e commit a825594
Show file tree
Hide file tree
Showing 2 changed files with 230 additions and 342 deletions.
8 changes: 8 additions & 0 deletions java/client/test/org/openqa/selenium/BUILD.bazel
Expand Up @@ -59,6 +59,10 @@ java_selenium_test_suite(
["*Test.java"],
exclude = SMALL_TESTS,
),
javacopts = [
"--release",
"11",
],
deps = [
":helpers",
"//java/client/src/org/openqa/selenium/remote",
Expand Down Expand Up @@ -93,6 +97,10 @@ java_library(
]) + [
"interactions/touch/TouchTestBase.java",
],
javacopts = [
"--release",
"11",
],
visibility = [
"//java/client/test:__subpackages__",
],
Expand Down

0 comments on commit a825594

Please sign in to comment.