We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84bb6fa commit 2ae39b2Copy full SHA for 2ae39b2
1 file changed
py/BUILD.bazel
@@ -94,7 +94,6 @@ py_library(
94
":get-attribute",
95
":is-displayed",
96
":mutation-listener",
97
- ":favourite_color",
98
] + [":create-cdp-srcs-" + n for n in BROWSER_VERSIONS],
99
imports = ["."],
100
visibility = ["//visibility:public"],
@@ -208,6 +207,8 @@ py_library(
208
207
"setup.cfg",
209
"test/selenium/webdriver/common/test_file.txt",
210
"test/selenium/webdriver/common/test_file2.txt",
+ ":favourite_color",
211
+
212
],
213
214
deps = [
0 commit comments