From 6986cd5b529bfb19ec06ef1272e34d0650fde8d0 Mon Sep 17 00:00:00 2001 From: yann300 Date: Tue, 22 Jun 2021 08:25:04 +0200 Subject: [PATCH] e2e test --- apps/remix-ide-e2e/src/tests/transactionExecution.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide-e2e/src/tests/transactionExecution.spec.ts b/apps/remix-ide-e2e/src/tests/transactionExecution.spec.ts index d000d5e206..f67a954706 100644 --- a/apps/remix-ide-e2e/src/tests/transactionExecution.spec.ts +++ b/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",')