File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
integration/selenium/webdriver Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ rb_library(
1717 deps = [
1818 "//rb/spec:rspec_matchers" ,
1919 "//rb/spec/integration/selenium/webdriver:action_builder" ,
20+ "//rb/spec/integration/selenium/webdriver:bidi" ,
2021 "//rb/spec/integration/selenium/webdriver:devtools" ,
2122 "//rb/spec/integration/selenium/webdriver:driver" ,
2223 "//rb/spec/integration/selenium/webdriver:element" ,
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ rb_library(
4242 "driver_spec.rb" ,
4343 "devtools_spec.rb" ,
4444 "element_spec.rb" ,
45+ "navigation_spec.rb" ,
4546 "network_spec.rb" ,
4647 ],
4748 )
@@ -55,7 +56,7 @@ _BIDI_FILES = [
5556
5657[
5758 rb_integration_test (
58- name = f [:- 7 ],
59+ name = f [:- 8 ],
5960 srcs = [f ],
6061 tags = ["bidi" ],
6162 )
You can’t perform that action at this time.
0 commit comments