From 0c72480aa277bb854a5e26d363026bdca09b5163 Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Tue, 23 Nov 2021 11:31:21 +0100 Subject: [PATCH] add test to group --- apps/remix-ide-e2e/src/tests/transactionExecution.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide-e2e/src/tests/transactionExecution.test.ts b/apps/remix-ide-e2e/src/tests/transactionExecution.test.ts index 20f2f1584a..cfb2c7a323 100644 --- a/apps/remix-ide-e2e/src/tests/transactionExecution.test.ts +++ b/apps/remix-ide-e2e/src/tests/transactionExecution.test.ts @@ -183,7 +183,7 @@ module.exports = { .journalLastChildIncludes('Debug the transaction to get more information.') }, - 'Should Compile and Deploy a contract which define a custom error in a library, the error should be logged in the terminal': function (browser: NightwatchBrowser) { + 'Should Compile and Deploy a contract which define a custom error in a library, the error should be logged in the terminal #group3': function (browser: NightwatchBrowser) { browser.testContracts('customErrorLib.sol', sources[5]['customErrorLib.sol'], ['D']) .clickLaunchIcon('udapp') .click('#runTabView button[class^="instanceButton"]')