|
|
@ -55,7 +55,7 @@ module.exports = { |
|
|
|
.addFile('copyFile.js', { content: executeCopyFile }) |
|
|
|
.addFile('copyFile.js', { content: executeCopyFile }) |
|
|
|
.executeScript(`remix.exeCurrent()`) |
|
|
|
.executeScript(`remix.exeCurrent()`) |
|
|
|
.pause(2000) |
|
|
|
.pause(2000) |
|
|
|
.journalLastChildIncludes('pragma solidity >=0.4.22 <0.7.0;') |
|
|
|
.journalLastChildIncludes('pragma solidity >=0.4.22 <0.8.0;') |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
'Should execute `rename` api from file manager external api': function (browser: NightwatchBrowser) { |
|
|
|
'Should execute `rename` api from file manager external api': function (browser: NightwatchBrowser) { |
|
|
|