Skip to content

Commit 643dfe2

Browse files
committed
fix failed to load issue
1 parent 12f54cc commit 643dfe2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

rb/spec/integration/selenium/webdriver/BUILD.bazel

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,11 @@ _BIDI_FILES = [
5959
name = f[:-8],
6060
srcs = [f],
6161
tags = ["bidi"],
62-
)
62+
deps = [
63+
"//rb/lib/selenium/devtools",
64+
"//rb/lib/selenium/webdriver:bidi",
65+
],
66+
)
6367
for f in _BIDI_FILES
6468
]
6569

0 commit comments

Comments
 (0)