Merge pull request #2361 from ethereum/scriptruntest

Scriptruntest
pull/2374/head
bunsenstraat 3 years ago committed by GitHub
commit ed8a8732f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/remix-ide-e2e/src/tests/terminal.test.ts

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

Loading…
Cancel
Save