From d9b4b7631624b994dcb4fb652bcda04685f809cb Mon Sep 17 00:00:00 2001 From: yann300 Date: Tue, 5 Jan 2021 10:30:18 +0100 Subject: [PATCH] activate e2e tests --- apps/remix-ide-e2e/src/tests/recorder.test.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/remix-ide-e2e/src/tests/recorder.test.ts b/apps/remix-ide-e2e/src/tests/recorder.test.ts index 852951f2f4..eb99327396 100644 --- a/apps/remix-ide-e2e/src/tests/recorder.test.ts +++ b/apps/remix-ide-e2e/src/tests/recorder.test.ts @@ -57,10 +57,9 @@ module.exports = { browser.assert.equal(JSON.stringify(parsed.transactions[1].record.type), JSON.stringify(scenario.transactions[1].record.type)) browser.assert.equal(JSON.stringify(parsed.transactions[1].record.from), JSON.stringify(scenario.transactions[1].record.from)) }) - .end() }, - 'Record more than one contract': '' + function (browser: NightwatchBrowser) { + 'Record more than one contract': function (browser: NightwatchBrowser) { // deploy 2 contracts (2 different ABIs), save the record, reexecute and test one of the function. let addressRef browser