From b8122f810382b2060b1f0c0a1973b1f97af4c934 Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 16 Mar 2023 15:57:03 +0100 Subject: [PATCH] remove e2e test --- apps/remix-ide-e2e/src/tests/terminal.test.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/remix-ide-e2e/src/tests/terminal.test.ts b/apps/remix-ide-e2e/src/tests/terminal.test.ts index 69bf897cf5..25dfc34912 100644 --- a/apps/remix-ide-e2e/src/tests/terminal.test.ts +++ b/apps/remix-ide-e2e/src/tests/terminal.test.ts @@ -317,7 +317,7 @@ module.exports = { .executeScriptInTerminal(`web3.eth.getCode('0x75F509A4eDA030470272DfBAf99A47D587E76709')`) // sepolia contract .waitForElementContainsText('*[data-id="terminalJournal"]', byteCodeInSepolia, 120000) }, - + /* 'Should run free function which logs in the terminal #group10': function (browser: NightwatchBrowser) { const script = ` function run () public { @@ -328,6 +328,7 @@ module.exports = { .click('*[data-id="play-editor"]') // run the script .waitForElementContainsText('*[data-id="terminalJournal"]', 'test running free function', 120000) }, + */ }