Skip to content

Commit 2ae39b2

Browse files
[py] Move test xpi to test package
1 parent 84bb6fa commit 2ae39b2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

py/BUILD.bazel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ py_library(
9494
":get-attribute",
9595
":is-displayed",
9696
":mutation-listener",
97-
":favourite_color",
9897
] + [":create-cdp-srcs-" + n for n in BROWSER_VERSIONS],
9998
imports = ["."],
10099
visibility = ["//visibility:public"],
@@ -208,6 +207,8 @@ py_library(
208207
"setup.cfg",
209208
"test/selenium/webdriver/common/test_file.txt",
210209
"test/selenium/webdriver/common/test_file2.txt",
210+
":favourite_color",
211+
211212
],
212213
imports = ["."],
213214
deps = [

0 commit comments

Comments
 (0)