File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
client/test/org/openqa/selenium/firefox Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ java_test_suite(
17
17
tags = [
18
18
"requires-network" ,
19
19
],
20
+ data = [
21
+ "//third_party/firebug:firebug-1.5.0-fx.xpi" ,
22
+ "//third_party/firebug:mooltipass-1.1.87.xpi" ,
23
+ ],
20
24
deps = [
21
25
"//java/client/src/org/openqa/selenium/firefox" ,
22
26
"//java/client/src/org/openqa/selenium/remote" ,
Original file line number Diff line number Diff line change @@ -161,7 +161,6 @@ public void shouldInstallExtensionFromZip() {
161
161
}
162
162
163
163
@ Test
164
- @ Ignore ("Need to figure out why files are not showing up" )
165
164
public void shouldInstallWebExtensionFromZip () {
166
165
profile .addExtension (InProject .locate (MOOLTIPASS_PATH ).toFile ());
167
166
File profileDir = profile .layoutOnDisk ();
@@ -170,7 +169,6 @@ public void shouldInstallWebExtensionFromZip() {
170
169
}
171
170
172
171
@ Test
173
- @ Ignore ("Need to figure out why files are not showing up" )
174
172
public void shouldInstallExtensionFromDirectory () throws IOException {
175
173
File extension = InProject .locate (FIREBUG_PATH ).toFile ();
176
174
File unzippedExtension = Zip .unzipToTempDir (new FileInputStream (extension ), "unzip" , "stream" );
@@ -181,7 +179,6 @@ public void shouldInstallExtensionFromDirectory() throws IOException {
181
179
}
182
180
183
181
@ Test
184
- @ Ignore ("Need to figure out why files are not showing up" )
185
182
public void shouldInstallWebExtensionFromDirectory () throws IOException {
186
183
File extension = InProject .locate (MOOLTIPASS_PATH ).toFile ();
187
184
File unzippedExtension = Zip .unzipToTempDir (new FileInputStream (extension ), "unzip" , "stream" );
Original file line number Diff line number Diff line change @@ -131,7 +131,6 @@ def java_selenium_test_suite(
131
131
size = None ,
132
132
test_identifiers = ["Test.java" ],
133
133
deps = None ,
134
- data = [],
135
134
jvm_flags = [],
136
135
tags = [],
137
136
** kwargs ):
You can’t perform that action at this time.
0 commit comments