diff options
-rwxr-xr-x | test/e2e/beta/run-drizzle.sh | 4 | ||||
-rw-r--r-- | ui/app/components/modals/account-details-modal.js | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/test/e2e/beta/run-drizzle.sh b/test/e2e/beta/run-drizzle.sh index 04f2b2b54..609f2765e 100755 --- a/test/e2e/beta/run-drizzle.sh +++ b/test/e2e/beta/run-drizzle.sh @@ -7,8 +7,8 @@ sleep 5 cd test/e2e/beta/ rm -rf drizzle-test mkdir drizzle-test && cd drizzle-test -npm install truffle -truffle unbox https://github.com/brunobar79/drizzle-box/ +sudo npm install -g truffle +truffle unbox drizzle echo "Deploying contracts for Drizzle test..." truffle compile && truffle migrate BROWSER=none npm start >> /dev/null 2>&1 & diff --git a/ui/app/components/modals/account-details-modal.js b/ui/app/components/modals/account-details-modal.js index d22230e32..248ffe008 100644 --- a/ui/app/components/modals/account-details-modal.js +++ b/ui/app/components/modals/account-details-modal.js @@ -67,7 +67,6 @@ AccountDetailsModal.prototype.render = function () { exportPrivateKeyFeatureEnabled = false } - return h(AccountModalContainer, {}, [ h(EditableLabel, { className: 'account-modal__name', |