update compiled contracts

pull/835/head
aniket-engg 4 years ago committed by Aniket
parent 83b2c4b821
commit dff3022b7d
  1. 4
      apps/remix-ide-e2e/src/tests/solidityImport.test.ts

@ -52,7 +52,7 @@ module.exports = {
.click('li[data-id="treeViewLitreeViewItembrowser/README.txt"')
.addFile('Untitled6.sol', sources[5]['browser/Untitled6.sol'])
.clickLaunchIcon('fileExplorers')
.verifyContracts(['test10', 'ERC20', 'SafeMath'], {wait: 10000})
.verifyContracts(['test10', 'ERC20'], {wait: 10000})
},
'Test Github Import - raw URL': function (browser: NightwatchBrowser) {
@ -61,7 +61,7 @@ module.exports = {
.click('li[data-id="treeViewLitreeViewItembrowser/README.txt"')
.addFile('Untitled7.sol', sources[6]['browser/Untitled7.sol'])
.clickLaunchIcon('fileExplorers')
.verifyContracts(['test11', 'ERC20', 'SafeMath'], {wait: 10000})
.verifyContracts(['test11', 'ERC20'], {wait: 10000})
},
'Test switch to a github import from a solidity warning': function (browser: NightwatchBrowser) {

Loading…
Cancel
Save