Merge pull request #2361 from ethereum/scriptruntest

Scriptruntest
pull/5370/head
bunsenstraat 3 years ago committed by GitHub
commit ad90f2e3ff
  1. 4
      apps/remix-ide-e2e/src/tests/terminal.test.ts

@ -200,7 +200,7 @@ module.exports = {
.addFile('scripts/deploy_storage.js', { content: scriptAutoExec.script } )
.openFile('contracts/storage.sol')
.sendKeys('body', [browser.Keys.CONTROL, browser.Keys.SHIFT, 's'])
.pause(5000)
.pause(15000)
.journalLastChildIncludes('147')
}
}
@ -606,4 +606,4 @@ const scriptAutoExec = {
}
})()
`
}
}

Loading…
Cancel
Save