|
|
|
@ -78,7 +78,7 @@ module.exports = { |
|
|
|
|
|
|
|
|
|
.url('http://127.0.0.1:8080/#optimize=true&runs=300&evmVersion=istanbul&version=soljson-v0.7.4+commit.3f05b770.js&url=https://github.com/ethereum/remix-project/blob/master/apps/remix-ide/contracts/app/solidity/mode.sol') |
|
|
|
|
.refresh() // we do one reload for making sure we already have the default workspace
|
|
|
|
|
|
|
|
|
|
.waitForElementVisible(`li[data-id="treeViewDivtreeViewItemethereum/remix-project/apps/remix-ide/contracts/app/solidity/mode.sol"]`) |
|
|
|
|
.currentWorkspaceIs('code-sample') |
|
|
|
|
.getEditorValue((content) => { |
|
|
|
|
browser.assert.ok(content && content.indexOf( |
|
|
|
@ -156,7 +156,7 @@ module.exports = { |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
'Should select deploy with proxy option from URL params #group2 #flaky': function (browser: NightwatchBrowser) { |
|
|
|
|
'Should select deploy with proxy option from URL params #group2': function (browser: NightwatchBrowser) { |
|
|
|
|
browser |
|
|
|
|
.url('http://127.0.0.1:8080/#optimize=false&runs=200&deployProxy=true') |
|
|
|
|
.refresh() |
|
|
|
|