Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
Merge branch 'develop' into chrome-extension-master
Browse files Browse the repository at this point in the history
Conflicts:
	Message/show.html
	PlainPost/show.html
  • Loading branch information
smcgregor committed Jan 6, 2016
2 parents 8667637 + 7776b78 commit b37d1a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/selenium/configurations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b37d1a1

Please sign in to comment.