Skip to content

Commit

Permalink
[java] Fixing one more tests for installing extensions in Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Sep 28, 2018
1 parent ba32c5b commit 90d687e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public void shouldInstallWebExtensionFromDirectory() throws IOException {
public void shouldInstallExtensionUsingClasspath() {
profile.addExtension(SynthesizedFirefoxDriver.class, FIREBUG_RESOURCE_PATH);
File profileDir = profile.layoutOnDisk();
File extensionDir = new File(profileDir, "extensions/firebug@software.joehewitt.com");
File extensionDir = new File(profileDir, "extensions/firebug@software.joehewitt.com.xpi");
assertThat(extensionDir).exists();
}

Expand Down

0 comments on commit 90d687e

Please sign in to comment.