Skip to content

Commit

Permalink
[py] Move test xpi to test package
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Sep 12, 2022
1 parent 84bb6fa commit 2ae39b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion py/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ py_library(
":get-attribute",
":is-displayed",
":mutation-listener",
":favourite_color",
] + [":create-cdp-srcs-" + n for n in BROWSER_VERSIONS],
imports = ["."],
visibility = ["//visibility:public"],
Expand Down Expand Up @@ -208,6 +207,8 @@ py_library(
"setup.cfg",
"test/selenium/webdriver/common/test_file.txt",
"test/selenium/webdriver/common/test_file2.txt",
":favourite_color",

],
imports = ["."],
deps = [
Expand Down

0 comments on commit 2ae39b2

Please sign in to comment.