|
|
|
@ -198,13 +198,13 @@ module.exports = { |
|
|
|
|
.waitForElementVisible('*[data-id="testTabSolidityUnitTestsOutputheader"]', 120000) |
|
|
|
|
.waitForElementPresent('#solidityUnittestsOutput div[class^="testPass"]', 60000) |
|
|
|
|
.waitForElementContainsText('#solidityUnittestsOutput', 'tests/hhLogs_test.sol', 60000) |
|
|
|
|
.assert.containsText('#journal > div:nth-child(3) > span', 'Before all:') |
|
|
|
|
.assert.containsText('#journal > div:nth-child(3) > span', 'Inside beforeAll') |
|
|
|
|
.assert.containsText('#journal > div:nth-child(4) > span', 'Check sender:') |
|
|
|
|
.assert.containsText('#journal > div:nth-child(4) > span', 'msg.sender is 0x5B38Da6a701c568545dCfcB03FcB875f56beddC4') |
|
|
|
|
.assert.containsText('#journal > div:nth-child(5) > span', 'Check int logs:') |
|
|
|
|
.assert.containsText('#journal > div:nth-child(5) > span', '10 20') |
|
|
|
|
.assert.containsText('#journal > div:nth-child(5) > span', 'Number is 25') |
|
|
|
|
.assert.containsText('#journal > div:nth-child(2) > span', 'Before all:') |
|
|
|
|
.assert.containsText('#journal > div:nth-child(2) > span', 'Inside beforeAll') |
|
|
|
|
.assert.containsText('#journal > div:nth-child(3) > span', 'Check sender:') |
|
|
|
|
.assert.containsText('#journal > div:nth-child(3) > span', 'msg.sender is 0x5B38Da6a701c568545dCfcB03FcB875f56beddC4') |
|
|
|
|
.assert.containsText('#journal > div:nth-child(4) > span', 'Check int logs:') |
|
|
|
|
.assert.containsText('#journal > div:nth-child(4) > span', '10 20') |
|
|
|
|
.assert.containsText('#journal > div:nth-child(4) > span', 'Number is 25') |
|
|
|
|
.openFile('tests/hhLogs_test.sol') |
|
|
|
|
.removeFile('tests/hhLogs_test.sol', 'workspace_new') |
|
|
|
|
}, |
|
|
|
|