Skip to content

Commit ef6824f

Browse files
committed
Try beta chrome again
1 parent 94f9a5e commit ef6824f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rb/spec/tests.bzl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ load("@rules_ruby//ruby:defs.bzl", "rb_library", "rb_test")
22
load(
33
"//common:browsers.bzl",
44
"COMMON_TAGS",
5+
"chrome_beta_data",
56
"chrome_data",
67
"edge_data",
78
"firefox_beta_data",
@@ -33,7 +34,7 @@ BROWSERS = {
3334
}),
3435
},
3536
"chrome-beta": {
36-
"data": chrome_data,
37+
"data": chrome_beta_data,
3738
"deps": ["//rb/lib/selenium/webdriver:chrome"],
3839
"tags": [],
3940
"target_compatible_with": [],

0 commit comments

Comments
 (0)