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 }