diff --git a/package.json b/package.json index ec518ecf41..ea5e12e8d9 100644 --- a/package.json +++ b/package.json @@ -170,6 +170,7 @@ "nightwatch_local_solidityUnittests": "nightwatch ./test-browser/tests/solidityUnittests.js --config nightwatch.js --env chrome ", "nightwatch_local_remixd": "nightwatch ./test-browser/tests/remix.js --config nightwatch.js --env chrome ", "nightwatch_local_console": "nightwatch ./test-browser/tests/console.js --config nightwatch.js --env chrome ", + "nightwatch_local_gist": "nightwatch ./test-browser/tests/gist.js --config nightwatch.js --env chrome ", "onchange": "onchange build/app.js -- npm-run-all lint", "prepublish": "mkdirp build; npm-run-all -ls downloadsolc_root build", "remixd": "remixd -s ./contracts --remix-ide http://127.0.0.1:8080", diff --git a/src/app/files/file-explorer.js b/src/app/files/file-explorer.js index 8eb9703692..340cd90e01 100644 --- a/src/app/files/file-explorer.js +++ b/src/app/files/file-explorer.js @@ -633,7 +633,7 @@ fileExplorer.prototype.renderMenuItems = function () { items = this.menuItems.map(({action, title, icon}) => { if (action === 'uploadFile') { return yo` -