From 75acfcd3a7bf79d2f42f13776addac8b5476607b Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 17 Nov 2021 17:25:34 +0100 Subject: [PATCH] fix e2e --- apps/remix-ide-e2e/src/tests/transactionExecution.spec.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/remix-ide-e2e/src/tests/transactionExecution.spec.ts b/apps/remix-ide-e2e/src/tests/transactionExecution.spec.ts index cfeae8987d..a0cafb1f56 100644 --- a/apps/remix-ide-e2e/src/tests/transactionExecution.spec.ts +++ b/apps/remix-ide-e2e/src/tests/transactionExecution.spec.ts @@ -181,9 +181,8 @@ module.exports = { }, '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) { - browser.testContracts('customError.sol', sources[5]['customErrorLib.sol'], ['D']) + browser.testContracts('customErrorLib.sol', sources[5]['customErrorLib.sol'], ['D']) .clickLaunchIcon('udapp') - .selectAccount('0xCA35b7d915458EF540aDe6068dFe2F44E8fa733c') // this account will be used for this test suite .click('#runTabView button[class^="instanceButton"]') .waitForElementPresent('.instance:nth-of-type(3)') .click('.instance:nth-of-type(3) > div > button')