pull/1344/head
yann300 3 years ago committed by joseph izang
parent 441a9ef553
commit 594285c25b
  1. 2
      apps/remix-ide-e2e/src/tests/transactionExecution.spec.ts

@ -148,7 +148,7 @@ module.exports = {
.click('.instance:nth-of-type(3) > div > button')
.clickFunction('g - transact (not payable)')
.journalLastChildIncludes('Error provided by the contract:')
.journalLastChildIncludes('CustomError: error description')
.journalLastChildIncludes('CustomError : error description')
.journalLastChildIncludes('Parameters:')
.journalLastChildIncludes('"value": "2",')
.journalLastChildIncludes('"value": "3",')

Loading…
Cancel
Save