diff --git a/ci/browser_tests.sh b/ci/browser_tests.sh index 3e41099443..eb1e358e8b 100755 --- a/ci/browser_tests.sh +++ b/ci/browser_tests.sh @@ -42,7 +42,7 @@ done npm run nightwatch_remote_chrome || TEST_EXITCODE=1 npm run nightwatch_remote_firefox || TEST_EXITCODE=1 -npm run nightwatch_remote_safari || TEST_EXITCODE=1 +# npm run nightwatch_remote_safari || TEST_EXITCODE=1 # npm run nightwatch_remote_ie || TEST_EXITCODE=1 # npm run nightwatch_remote_parallel || TEST_EXITCODE=1 diff --git a/nightwatch.js b/nightwatch.js index b0adf6d836..ea6737fce3 100644 --- a/nightwatch.js +++ b/nightwatch.js @@ -53,8 +53,8 @@ module.exports = { 'desiredCapabilities': { 'browserName': 'safari', 'javascriptEnabled': true, - 'platform': 'OS X 10.11', - 'version': '10.0', + 'platform': 'macOS 10.13', + 'version': '11.0', 'acceptSslCerts': true, 'build': 'build-' + buildId, 'tunnel-identifier': 'browsersolidity_tests_' + buildId diff --git a/src/universal-dapp-ui.js b/src/universal-dapp-ui.js index 54f0eccb68..4d61e6649c 100644 --- a/src/universal-dapp-ui.js +++ b/src/universal-dapp-ui.js @@ -54,14 +54,7 @@ UniversalDAppUI.prototype.renderInstanceFromABI = function (contractABI, address function remove () { instance.remove() - var instanceContainer = document.querySelector('[class^="instanceContainer"]') - if (instanceContainer.children.length === 1) { - var noInstancesText = yo` -