|
|
@ -316,7 +316,7 @@ function runTests (browser: NightwatchBrowser, done: any) { |
|
|
|
.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
|
|
|
|
.waitForElementNotPresent('[data-path="folder1/contract_' + browserName + '_toremove.sol"]') // check if removed (old) file is not present
|
|
|
|
.waitForElementNotPresent('[data-path="folder1/contract_' + browserName + '_toremove.sol"]') // check if removed (old) file is not present
|
|
|
|
.perform(done) |
|
|
|
.perform(done()) |
|
|
|
// .click('[data-path="folder1/renamed_contract_' + browserName + '.sol"]')
|
|
|
|
// .click('[data-path="folder1/renamed_contract_' + browserName + '.sol"]')
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|