Merge pull request #2790 from ethereum/disableSourceVerifyTest

disable test  "Should debug Ropsten transaction with .."
pull/5370/head
yann300 5 years ago committed by GitHub
commit b39f44b2b9
  1. 3
      test-browser/tests/runAndDeploy.js

@ -150,6 +150,7 @@ module.exports = {
.waitForElementPresent('*[data-id="modalDialogContainer"]')
.assert.containsText('*[data-id="modalDialogModalBody"]', 'You are creating a transaction on the main network. Click confirm if you are sure to continue.')
.modalFooterCancelClick()
.end()
},
/*
@ -159,6 +160,7 @@ module.exports = {
* - Ropsten node for retrieving the trace and storage
*
*/
/* to readd when the source verify is stable
'Should debug Ropsten transaction with source highlighting using the source verifier service and MetaMask': function (browser) {
browser.waitForElementPresent('*[data-id="remixIdeSidePanel"]')
.waitForElementVisible('*[data-id="remixIdeIconPanel"]', 10000)
@ -184,6 +186,7 @@ module.exports = {
.assert.containsText('*[data-id="solidityLocals"]', 'to: 0x6C3CCC7FBA111707D5A1AAF2758E9D4F4AC5E7B1')
.end()
},
*/
tearDown: sauce
}

Loading…
Cancel
Save