pull/2615/head^2
Aniket-Engg 2 years ago committed by Aniket
parent 29c6608d20
commit 44a9e12711
  1. 4
      apps/remix-ide-e2e/src/tests/recorder.test.ts

@ -118,7 +118,7 @@ module.exports = {
}) })
.clickFunction('retrieve - call') .clickFunction('retrieve - call')
.perform((done) => { .perform((done) => {
browser.verifyCallReturnValue(addressRef, ['', '0:uint256: 350']) browser.verifyCallReturnValue(addressRef, ['0:uint256: 350'])
.perform(() => done()) .perform(() => done())
}) })
// change the init state and recompile the same contract. // change the init state and recompile the same contract.
@ -138,7 +138,7 @@ module.exports = {
}) })
.clickFunction('retrieve - call') .clickFunction('retrieve - call')
.perform((done) => { .perform((done) => {
browser.verifyCallReturnValue(addressRef, ['', '0:uint256: 300']) browser.verifyCallReturnValue(addressRef, ['0:uint256: 300'])
.perform(() => done()) .perform(() => done())
}) })
.end() .end()

Loading…
Cancel
Save