Skip to content

Commit dff3022

Browse files
committed
update compiled contracts
1 parent 83b2c4b commit dff3022

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/remix-ide-e2e/src/tests/solidityImport.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ module.exports = {
5252
.click('li[data-id="treeViewLitreeViewItembrowser/README.txt"')
5353
.addFile('Untitled6.sol', sources[5]['browser/Untitled6.sol'])
5454
.clickLaunchIcon('fileExplorers')
55-
.verifyContracts(['test10', 'ERC20', 'SafeMath'], {wait: 10000})
55+
.verifyContracts(['test10', 'ERC20'], {wait: 10000})
5656
},
5757

5858
'Test Github Import - raw URL': function (browser: NightwatchBrowser) {
@@ -61,7 +61,7 @@ module.exports = {
6161
.click('li[data-id="treeViewLitreeViewItembrowser/README.txt"')
6262
.addFile('Untitled7.sol', sources[6]['browser/Untitled7.sol'])
6363
.clickLaunchIcon('fileExplorers')
64-
.verifyContracts(['test11', 'ERC20', 'SafeMath'], {wait: 10000})
64+
.verifyContracts(['test11', 'ERC20'], {wait: 10000})
6565
},
6666

6767
'Test switch to a github import from a solidity warning': function (browser: NightwatchBrowser) {

0 commit comments

Comments
 (0)