From fb52ee970e8106539b60f9eda2d2ce3d27fe5914 Mon Sep 17 00:00:00 2001 From: ioedeveloper Date: Fri, 10 Apr 2020 17:25:38 +0000 Subject: [PATCH] Fixed linting error --- test-browser/tests/solidityUnittests.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test-browser/tests/solidityUnittests.js b/test-browser/tests/solidityUnittests.js index 8355ccf5b9..8c2b18bc4d 100644 --- a/test-browser/tests/solidityUnittests.js +++ b/test-browser/tests/solidityUnittests.js @@ -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 = [ } } ` - }, + } } ]