disable rinkeby e2e test

pull/5370/head
yann300 3 years ago
parent e6b85bc5c3
commit a50b549a7f
  1. 2
      apps/remix-ide-e2e/src/tests/debugger.spec.ts

@ -209,7 +209,7 @@ module.exports = {
.waitForElementContainsText('*[data-id="stepdetail"]', 'vm trace step:\n154', 60000) .waitForElementContainsText('*[data-id="stepdetail"]', 'vm trace step:\n154', 60000)
}, },
'Should start debugging using remix debug nodes (rinkeby)': function (browser: NightwatchBrowser) { 'Should start debugging using remix debug nodes (rinkeby)': '' + function (browser: NightwatchBrowser) {
browser browser
.clickLaunchIcon('solidity') .clickLaunchIcon('solidity')
.setSolidityCompilerVersion('soljson-v0.8.4+commit.c7e474f2.js') .setSolidityCompilerVersion('soljson-v0.8.4+commit.c7e474f2.js')

Loading…
Cancel
Save