pull/5370/head
yann300 3 years ago committed by joseph izang
parent fc3b074043
commit a0c0c002d7
  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') .click('.instance:nth-of-type(3) > div > button')
.clickFunction('g - transact (not payable)') .clickFunction('g - transact (not payable)')
.journalLastChildIncludes('Error provided by the contract:') .journalLastChildIncludes('Error provided by the contract:')
.journalLastChildIncludes('CustomError: error description') .journalLastChildIncludes('CustomError : error description')
.journalLastChildIncludes('Parameters:') .journalLastChildIncludes('Parameters:')
.journalLastChildIncludes('"value": "2",') .journalLastChildIncludes('"value": "2",')
.journalLastChildIncludes('"value": "3",') .journalLastChildIncludes('"value": "3",')

Loading…
Cancel
Save