Skip to content

Commit 3feb13c

Browse files
gregmagolanalexeagle
authored andcommitted
fix: allow files in protractor data attribute
1 parent 92cf344 commit 3feb13c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/protractor/src/protractor_web_test.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ _protractor_web_test = rule(
172172
),
173173
"data": attr.label_list(
174174
doc = "Runtime dependencies",
175+
allow_files = True,
175176
),
176177
"on_prepare": attr.label(
177178
doc = """A file with a node.js script to run once before all tests run.

0 commit comments

Comments
 (0)