File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
java/src/org/openqa/selenium/devtools Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ CDP_VERSIONS = [
2
2
"v85" , # Required by Firefox
3
3
"v104" ,
4
4
"v105" ,
5
- "v106"
5
+ "v106" ,
6
6
]
7
7
8
8
CDP_DEPS = ["//java/src/org/openqa/selenium/devtools/%s" % v for v in CDP_VERSIONS ]
Original file line number Diff line number Diff line change @@ -219,9 +219,9 @@ py_library(
219
219
"setup.cfg" ,
220
220
"test/selenium/webdriver/common/test_file.txt" ,
221
221
"test/selenium/webdriver/common/test_file2.txt" ,
222
+ ":webextensions-selenium-example-unsigned-zip" ,
222
223
":webextensions-selenium-example-xpi" ,
223
224
":webextensions-selenium-example-zip" ,
224
- ":webextensions-selenium-example-unsigned-zip" ,
225
225
],
226
226
imports = ["." ],
227
227
deps = [
Original file line number Diff line number Diff line change @@ -285,20 +285,20 @@ ruby_test(
285
285
"--force-color" ,
286
286
"rb/spec" ,
287
287
],
288
+ data = [
289
+ "//common/extensions" ,
290
+ ],
288
291
includes = ["rb/lib" ],
289
292
main = "@bundle//:bin/rspec" ,
290
293
rubyopt = ["-w" ],
291
294
tags = [
292
295
"no-sandbox" ,
293
296
"requires-network" ,
294
297
],
295
- data = [
296
- "//common/extensions" ,
297
- ],
298
298
deps = [
299
299
":bidi" ,
300
- ":firefox" ,
301
300
":devtools" ,
301
+ ":firefox" ,
302
302
":specs" ,
303
303
],
304
304
)
@@ -315,16 +315,16 @@ ruby_test(
315
315
"--force-color" ,
316
316
"rb/spec" ,
317
317
],
318
+ data = [
319
+ "//common/extensions" ,
320
+ ],
318
321
includes = ["rb/lib" ],
319
322
main = "@bundle//:bin/rspec" ,
320
323
rubyopt = ["-w" ],
321
324
tags = [
322
325
"no-sandbox" ,
323
326
"requires-network" ,
324
327
],
325
- data = [
326
- "//common/extensions" ,
327
- ],
328
328
deps = [
329
329
":bidi" ,
330
330
":devtools" ,
You can’t perform that action at this time.
0 commit comments