|
|
|
@ -381,7 +381,7 @@ module.exports = { |
|
|
|
|
.waitForElementPresent('[data-id="fileSystemModalDialogModalFooter-react"] .modal-ok') |
|
|
|
|
.execute(function () { (document.querySelector('[data-id="fileSystemModalDialogModalFooter-react"] .modal-ok') as HTMLElement).click() }) |
|
|
|
|
.pause(100) |
|
|
|
|
.waitForElementVisible('*[data-id="treeViewLitreeViewItemcontracts"]') |
|
|
|
|
.waitForElementVisible('*[data-id="treeViewLitreeViewItemsrc"]') |
|
|
|
|
.openFile('src') |
|
|
|
|
.openFile('src/Counter.sol') |
|
|
|
|
.pause(1000) |
|
|
|
|