Skip to content

Commit

Permalink
Ensure devtools are there for Chrome tests
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Mar 20, 2020
1 parent 9e14610 commit 1420e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rb/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ ruby_test(name = "chrome",
"spec/integration/selenium/webdriver/chrome/**/*_spec.rb"
],
include = ["rb/spec/integration", "build/rb/lib"],
deps = [":chrome"]
deps = [":chrome", ":devtools"]
)

ruby_library(name = "edge",
Expand Down

0 comments on commit 1420e7a

Please sign in to comment.