remove e2e test

pull/3549/head
yann300 2 years ago committed by Aniket
parent e6ce9d6ac3
commit b8122f8103
  1. 3
      apps/remix-ide-e2e/src/tests/terminal.test.ts

@ -317,7 +317,7 @@ module.exports = {
.executeScriptInTerminal(`web3.eth.getCode('0x75F509A4eDA030470272DfBAf99A47D587E76709')`) // sepolia contract .executeScriptInTerminal(`web3.eth.getCode('0x75F509A4eDA030470272DfBAf99A47D587E76709')`) // sepolia contract
.waitForElementContainsText('*[data-id="terminalJournal"]', byteCodeInSepolia, 120000) .waitForElementContainsText('*[data-id="terminalJournal"]', byteCodeInSepolia, 120000)
}, },
/*
'Should run free function which logs in the terminal #group10': function (browser: NightwatchBrowser) { 'Should run free function which logs in the terminal #group10': function (browser: NightwatchBrowser) {
const script = ` const script = `
function run () public { function run () public {
@ -328,6 +328,7 @@ module.exports = {
.click('*[data-id="play-editor"]') // run the script .click('*[data-id="play-editor"]') // run the script
.waitForElementContainsText('*[data-id="terminalJournal"]', 'test running free function', 120000) .waitForElementContainsText('*[data-id="terminalJournal"]', 'test running free function', 120000)
}, },
*/
} }

Loading…
Cancel
Save