disable rinkeby e2e test

pull/1477/head
yann300 3 years ago
parent 9ab13daa6e
commit 05f8777206
  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)
},
'Should start debugging using remix debug nodes (rinkeby)': function (browser: NightwatchBrowser) {
'Should start debugging using remix debug nodes (rinkeby)': '' + function (browser: NightwatchBrowser) {
browser
.clickLaunchIcon('solidity')
.setSolidityCompilerVersion('soljson-v0.8.4+commit.c7e474f2.js')

Loading…
Cancel
Save