|
|
|
@ -163,16 +163,17 @@ module.exports = { |
|
|
|
|
.click('.remixui_compilerConfigSection') |
|
|
|
|
.setValue('#evmVersionSelector', 'london') |
|
|
|
|
.click('*[data-id="compilerContainerCompileBtn"]') |
|
|
|
|
.pause(5000) |
|
|
|
|
.clickLaunchIcon('udapp') |
|
|
|
|
.switchEnvironment('vm-london') |
|
|
|
|
.clickLaunchIcon('filePanel') |
|
|
|
|
.waitForElementVisible('*[data-id="treeViewLitreeViewItemscripts"]') |
|
|
|
|
.click('*[data-id="treeViewLitreeViewItemscripts"]') |
|
|
|
|
.waitForElementVisible('*[data-id="treeViewLitreeViewItemscripts/deploy_with_web3.ts"]') |
|
|
|
|
.openFile('scripts/deploy_with_web3.ts') |
|
|
|
|
.click('[data-id="play-editor"]') |
|
|
|
|
.waitForElementPresent('[data-id="treeViewDivDraggableItem.states/vm-london/state.json"]') |
|
|
|
|
.click('[data-id="treeViewDivDraggableItem.states/vm-london/state.json"]') |
|
|
|
|
.pause(100000) |
|
|
|
|
.pause(1000) |
|
|
|
|
.getEditorValue((content) => { |
|
|
|
|
browser |
|
|
|
|
.assert.ok(content.includes('"latestBlockNumber": "0x1"'), 'State is saved') |
|
|
|
|