|
|
|
@ -88,7 +88,7 @@ module.exports = { |
|
|
|
|
.clickLaunchIcon('solidity') |
|
|
|
|
.testContracts('externalImport.sol', sources[1]['externalImport.sol'], ['ERC20']) |
|
|
|
|
.clickLaunchIcon('udapp') |
|
|
|
|
.waitForElementPresent('*[title="Deploy - transact (not payable)"]', 35000) |
|
|
|
|
.waitForElementPresent('*[data-title="Deploy - transact (not payable)"]', 35000) |
|
|
|
|
.selectContract('ERC20') |
|
|
|
|
.createContract('"tokenName", "symbol"') |
|
|
|
|
.debugTransaction(0) |
|
|
|
|