From e1dfda020e05b8605253c15836d015501c486025 Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 30 Apr 2020 14:23:04 +0200 Subject: [PATCH] disable test "Should debug Ropsten transaction with source highlighting..." --- test-browser/tests/runAndDeploy.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test-browser/tests/runAndDeploy.js b/test-browser/tests/runAndDeploy.js index b7dabedc14..b75d248f36 100644 --- a/test-browser/tests/runAndDeploy.js +++ b/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 }