From 7f33e0e8b7fe68b12da193f9a0e00a473bb22b7a Mon Sep 17 00:00:00 2001 From: yann300 Date: Tue, 28 Apr 2020 13:31:52 +0200 Subject: [PATCH] fix e2e tests --- test-browser/tests/ballot.js | 2 +- test-browser/tests/runAndDeploy.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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' }) },