|
|
|
@ -253,9 +253,9 @@ module.exports = { |
|
|
|
|
.clickLaunchIcon('solidity') |
|
|
|
|
.waitForElementVisible('*[data-id="scConfigExpander"]') |
|
|
|
|
.click('*[data-id="scManualConfiguration"]') |
|
|
|
|
.waitForElementVisible('select[id="compilierLanguageSelector"]', 10000) |
|
|
|
|
.click('select[id="compilierLanguageSelector"]') |
|
|
|
|
.click('select[id="compilierLanguageSelector"] option[value=Yul]') |
|
|
|
|
.waitForElementVisible('select[id="compilerLanguageSelector"]', 10000) |
|
|
|
|
.click('select[id="compilerLanguageSelector"]') |
|
|
|
|
.click('select[id="compilerLanguageSelector"] option[value=Yul]') |
|
|
|
|
.waitForElementContainsText('[data-id="compiledContracts"]', 'Contract', 65000) |
|
|
|
|
.clickLaunchIcon('udapp') |
|
|
|
|
.click('*[data-id="Deploy - transact (not payable)"]') |
|
|
|
|