diff --git a/test-browser/tests/solidityUnittests.js b/test-browser/tests/solidityUnittests.js index 869f62c717..ec3e4793ec 100644 --- a/test-browser/tests/solidityUnittests.js +++ b/test-browser/tests/solidityUnittests.js @@ -105,6 +105,7 @@ module.exports = { .pause(10000) .waitForElementPresent('*[data-id="testTabSolidityUnitTestsOutput"]') .assert.containsText('*[data-id="testTabSolidityUnitTestsOutput"]', 'SyntaxError: No visibility specified') + .assert.containsText('*[data-id="testTabTestsExecutionStoppedError"]', 'The test execution has been stopped because of error in your test file') }, 'Should fail on deploy': function (browser) {