e2e test fix

latestSolVersion
aniket-engg 4 years ago
parent a4f1eb99ef
commit 7058986e56
  1. 2
      apps/remix-ide-e2e/src/tests/fileManager_api.test.ts

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

Loading…
Cancel
Save