|
|
@ -46,7 +46,7 @@ module.exports = { |
|
|
|
browser |
|
|
|
browser |
|
|
|
.addFile('test_updateConfiguration.js', { content: updateConfiguration }) |
|
|
|
.addFile('test_updateConfiguration.js', { content: updateConfiguration }) |
|
|
|
.executeScript('remix.exeCurrent()') |
|
|
|
.executeScript('remix.exeCurrent()') |
|
|
|
.pause(10000) |
|
|
|
.pause(15000) |
|
|
|
.addFile('test_updateConfiguration.sol', { content: simpleContract }) |
|
|
|
.addFile('test_updateConfiguration.sol', { content: simpleContract }) |
|
|
|
.verifyContracts(['StorageTestUpdateConfiguration'], { wait: 5000, version: '0.6.8+commit.0bbfe453' }) |
|
|
|
.verifyContracts(['StorageTestUpdateConfiguration'], { wait: 5000, version: '0.6.8+commit.0bbfe453' }) |
|
|
|
}, |
|
|
|
}, |
|
|
|