Skip to content

Commit

Permalink
fix: allow files in protractor data attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored and alexeagle committed Nov 25, 2019
1 parent 92cf344 commit 3feb13c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/protractor/src/protractor_web_test.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ _protractor_web_test = rule(
),
"data": attr.label_list(
doc = "Runtime dependencies",
allow_files = True,
),
"on_prepare": attr.label(
doc = """A file with a node.js script to run once before all tests run.
Expand Down

0 comments on commit 3feb13c

Please sign in to comment.