diff --git a/test/selenium/configurations.rb b/test/selenium/configurations.rb index 21a065c..3d9cdea 100644 --- a/test/selenium/configurations.rb +++ b/test/selenium/configurations.rb @@ -39,7 +39,7 @@ def common_configuration_for_firefox_extension system("cd ../../../../../ && pwd && jpm xpi && cd chrome/content/privly-applications/test/selenium") # Find out the xpi file name json = JSON.load(File.new("../../../../../package.json")) - xpi_filename = "@" + json['name'] + "-" + json['version'] + ".xpi" + xpi_filename = "@priv.ly-" + json['version'] + ".xpi" # Load the Firefox driver with the extension installed @profile = Selenium::WebDriver::Firefox::Profile.new @profile["extensions.privly.integration_test"] = "true"