pull/4791/head
Your Name 5 months ago
parent 11f70933b2
commit 18290370bf
  1. 4
      apps/remix-ide-e2e/src/tests/vyper_api.test.ts

@ -37,10 +37,6 @@ module.exports = {
locateStrategy: 'xpath', locateStrategy: 'xpath',
timeout: 1200000 timeout: 1200000
}) })
.openFile('src')
.openFile('src/snekmate')
.openFile('src/snekmate/tokens')
.openFile('src/snekmate/tokens/ERC721.vy')
}, },
// 'Add vyper file to run tests #group1': function (browser: NightwatchBrowser) { // 'Add vyper file to run tests #group1': function (browser: NightwatchBrowser) {
// browser.addFile('TestBallot.sol', sources[0]['TestBallot.sol']) // browser.addFile('TestBallot.sol', sources[0]['TestBallot.sol'])

Loading…
Cancel
Save