pull/4933/head
bunsenstraat 8 months ago
parent 99413d747f
commit a897348033
  1. 5
      apps/remix-ide-e2e/src/tests/terminal.test.ts

@ -100,7 +100,7 @@ module.exports = {
.switchEnvironment('vm-london')
.click('*[data-id="terminalClearConsole"]') // clear the terminal
.clickLaunchIcon('filePanel')
.click('*[data-id="treeViewDivMenu"]') // make sure we create the file at the root folder
.click('*[data-id="treeViewUltreeViewMenu"]') // make sure we create the file at the root folder
.addFile('deployWithEthersJs.js', { content: deployWithEthersJs })
// .openFile('deployWithEthersJs.js')
.pause(1000)
@ -407,9 +407,6 @@ module.exports = {
}
}
const asyncAwait = `
var p = function () {
return new Promise(function (resolve, reject) {

Loading…
Cancel
Save