diff --git a/package.json b/package.json index 7b07a1f461..3d79707fc4 100644 --- a/package.json +++ b/package.json @@ -176,7 +176,7 @@ "nightwatch_local_gist": "nightwatch ./test-browser/tests/gist.js --config nightwatch.js --env chrome ", "nightwatch_local_workspace": "nightwatch ./test-browser/tests/workspace.js --config nightwatch.js --env chrome ", "nightwatch_local_defaultLayout": "nightwatch ./test-browser/tests/defaultLayout.js --config nightwatch.js --env chrome ", - "nightwatch_local_plugin": "nightwatch ./test-browser/tests/plugin.js --config nightwatch.js --env chrome ", + "nightwatch_local_pluginManager": "nightwatch ./test-browser/tests/pluginManager.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/components/local-plugin.js b/src/app/components/local-plugin.js index 8e37d0ffc6..bcd2929236 100644 --- a/src/app/components/local-plugin.js +++ b/src/app/components/local-plugin.js @@ -76,11 +76,11 @@ module.exports = class LocalPlugin { const radioSelection = (key, label, message) => { return this.profile[key] === label ? yo`
- +
` : yo`
- +
` } @@ -89,15 +89,15 @@ module.exports = class LocalPlugin {
- +
- +
- +
Type of connection (required)
diff --git a/src/app/components/plugin-manager-component.js b/src/app/components/plugin-manager-component.js index 354d3efeaa..2c7f06615d 100644 --- a/src/app/components/plugin-manager-component.js +++ b/src/app/components/plugin-manager-component.js @@ -196,7 +196,7 @@ class PluginManagerComponent extends ViewPlugin {
-
diff --git a/src/app/ui/modaldialog.js b/src/app/ui/modaldialog.js index cbd0375192..ddf734318b 100644 --- a/src/app/ui/modaldialog.js +++ b/src/app/ui/modaldialog.js @@ -139,8 +139,8 @@ function html (opts) {
- -