diff --git a/test-browser/tests/ballot.js b/test-browser/tests/ballot.js index 0cebb4ba5e..a53dd8a0e3 100644 --- a/test-browser/tests/ballot.js +++ b/test-browser/tests/ballot.js @@ -38,7 +38,7 @@ module.exports = { browser.pause(500) .click('*[data-id="txLoggerDebugButton0x41fab8ea5b1d9fba5e0a6545ca1a2d62fff518578802c033c2b9a031a01c31b3"]') .pause(2000) - .clickLaunchIcon('debugger') + // .clickLaunchIcon('debugger') .click('*[data-id="buttonNavigatorJumpPreviousBreakpoint"]') .pause(2000) .goToVMTraceStep(79) diff --git a/test-browser/tests/runAndDeploy.js b/test-browser/tests/runAndDeploy.js index 531935252f..b7dabedc14 100644 --- a/test-browser/tests/runAndDeploy.js +++ b/test-browser/tests/runAndDeploy.js @@ -48,9 +48,9 @@ module.exports = { .waitForElementPresent('*[data-id="Deploy - transact (not payable)"]') .click('*[data-id="Deploy - transact (not payable)"]') .pause(5000) - .testFunction('0xf887e3ac3143430b0c22d055eb25d234675e7f3246cb0824efc4c1437a1405d5', { + .testFunction('0xe9b627a180f90a24feb6850f29e4121ea312f315f61756c31468ffbda2955a64', { status: '0x1 Transaction mined and execution succeed', - 'transaction hash': '0xf887e3ac3143430b0c22d055eb25d234675e7f3246cb0824efc4c1437a1405d5' + 'transaction hash': '0xe9b627a180f90a24feb6850f29e4121ea312f315f61756c31468ffbda2955a64' }) },