Commit fb52ee97 authored by ioedeveloper's avatar ioedeveloper Committed by Aniket

Fixed linting error

parent 26c3dd79
......@@ -108,6 +108,7 @@ module.exports = {
.scrollAndClick('*[data-id="testTabRunTestsTabRunAction"]')
.pause(10000)
.waitForElementPresent('*[data-id="testTabSolidityUnitTestsSummary"]')
.assert.containsText('*[data-id="testTabSolidityUnitTestsSummary"]', 'Method \'add\' can not have parameters inside a test contract')
},
'Solidity Unittests': function (browser) {
......@@ -314,6 +315,6 @@ var sources = [
}
}
`
},
}
}
]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment