Skip to content

Commit b974d44

Browse files
committed
Removing more PhantomJS bits
1 parent a86e598 commit b974d44

2 files changed

Lines changed: 0 additions & 16 deletions

File tree

py/build.desc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ py_test(
2222
deps = [ ":test_marionette" ],
2323
browsers = [ "marionette" ])
2424

25-
py_test(
26-
name = "phantomjs_test",
27-
deps = [ ":test_phantomjs" ],
28-
browsers = [ "phantomjs" ])
29-
3025
py_test(
3126
name = "blackberry_test",
3227
deps = [ ":test_blackberry" ],
@@ -66,7 +61,6 @@ py_test(
6661
"ie",
6762
"edge",
6863
"blackberry",
69-
"phantomjs",
7064
"remote_firefox",
7165
"safari",
7266
])

rb/build.desc

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ rubygem(
88
"//rb:firefox",
99
"//rb:ff-esr",
1010
"//rb:ie",
11-
"//rb:phantomjs",
1211
"//rb:remote",
1312
"//rb:safari"
1413
]
@@ -148,14 +147,6 @@ ruby_test(name = "ie",
148147
deps = [ ":ie" ]
149148
)
150149

151-
ruby_library(name = "phantomjs",
152-
srcs = [
153-
"lib/selenium/webdriver/phantomjs/**/*.rb",
154-
"lib/selenium/webdriver/phantomjs.rb"
155-
],
156-
deps = [":common"]
157-
)
158-
159150
ruby_library(name = "remote",
160151
srcs = [
161152
"lib/selenium/webdriver/remote/**/*.rb",
@@ -306,7 +297,6 @@ ruby_test(name = "unit",
306297
":ie",
307298
":remote",
308299
":safari",
309-
":phantomjs",
310300
":support"
311301
]
312302
)

0 commit comments

Comments
 (0)