|
|
@ -152,7 +152,6 @@ function runTests (browser: NightwatchBrowser) { |
|
|
|
}) |
|
|
|
}) |
|
|
|
.clickLaunchIcon('filePanel') |
|
|
|
.clickLaunchIcon('filePanel') |
|
|
|
.waitForElementVisible('[data-path="folder1"]') |
|
|
|
.waitForElementVisible('[data-path="folder1"]') |
|
|
|
.click('[data-path="folder1"]') |
|
|
|
|
|
|
|
.waitForElementVisible('[data-path="folder1/contract1.sol"]') |
|
|
|
.waitForElementVisible('[data-path="folder1/contract1.sol"]') |
|
|
|
.waitForElementVisible('[data-path="folder1/renamed_contract_' + browserName + '.sol"]') // check if renamed file is preset
|
|
|
|
.waitForElementVisible('[data-path="folder1/renamed_contract_' + browserName + '.sol"]') // check if renamed file is preset
|
|
|
|
.waitForElementNotPresent('[data-path="folder1/contract_' + browserName + '.sol"]') // check if renamed (old) file is not present
|
|
|
|
.waitForElementNotPresent('[data-path="folder1/contract_' + browserName + '.sol"]') // check if renamed (old) file is not present
|
|
|
|