.waitForElementContainsText('*[data-id="testTabTestsExecutionStoppedError"]','The test execution has been stopped because of error(s) in your test file',120000)
.assert.containsText('*[data-id="testTabSolidityUnitTestsOutput"]', 'SyntaxError: No visibility specified')
.assert.containsText('*[data-id="testTabTestsExecutionStoppedError"]', 'The test execution has been stopped because of error(s) in your test file')
},
},
'Should fail on deploy':function(browser:NightwatchBrowser){
'Should fail on deploy':function(browser:NightwatchBrowser){