pull/3262/head^2
filip mertens 2 years ago committed by Aniket
parent db048f3a40
commit 11ba0b2671
  1. 4
      apps/remix-ide-e2e/src/tests/remixd.test.ts

@ -81,7 +81,7 @@ module.exports = {
runTests(browser, done) runTests(browser, done)
}) })
}, },
'Import from node_modules #group1 #flaky': function (browser) { 'Import from node_modules #group1': function (browser) {
/* /*
when a relative import is used (i.e import "openzeppelin-solidity/contracts/math/SafeMath.sol") when a relative import is used (i.e import "openzeppelin-solidity/contracts/math/SafeMath.sol")
remix (as well as truffle) try to resolve it against the node_modules and installed_contracts folder. remix (as well as truffle) try to resolve it against the node_modules and installed_contracts folder.
@ -199,7 +199,7 @@ module.exports = {
}, },
'Should listen on compilation result from foundry #group7': function (browser: NightwatchBrowser) { 'Should listen on compilation result from foundry #group7 #flaky': function (browser: NightwatchBrowser) {
browser.perform(async (done) => { browser.perform(async (done) => {
await spawnRemixd(join(process.cwd(), '/apps/remix-ide', '/contracts/foundry')) await spawnRemixd(join(process.cwd(), '/apps/remix-ide', '/contracts/foundry'))

Loading…
Cancel
Save