|
|
|
@ -168,9 +168,14 @@ module.exports = { |
|
|
|
|
.click('.instance:nth-of-type(2) > div > button') |
|
|
|
|
.clickFunction('g - transact (not payable)') |
|
|
|
|
.journalLastChildIncludes('Error provided by the contract:') |
|
|
|
|
.journalLastChildIncludes('CustomError') |
|
|
|
|
.journalLastChildIncludes('CustomError : error description') |
|
|
|
|
.journalLastChildIncludes('Parameters:') |
|
|
|
|
.journalLastChildIncludes('2,3,error_string_2') |
|
|
|
|
.journalLastChildIncludes('"value": "2",') |
|
|
|
|
.journalLastChildIncludes('"value": "3",') |
|
|
|
|
.journalLastChildIncludes('"value": "error_string_2",') |
|
|
|
|
.journalLastChildIncludes('"documentation": "param1"') |
|
|
|
|
.journalLastChildIncludes('"documentation": "param2"') |
|
|
|
|
.journalLastChildIncludes('"documentation": "param3"') |
|
|
|
|
.journalLastChildIncludes('Debug the transaction to get more information.') |
|
|
|
|
.end() |
|
|
|
|
} |
|
|
|
|