Added delay to remixd test

pull/262/head
ioedeveloper 4 years ago committed by yann300
parent f29470c1ec
commit 5055e2b9d0
  1. 2
      .env
  2. 1
      contracts/folder1/contract_chrome.sol
  3. 1
      contracts/folder1/contract_chrome_toremove.sol
  4. 1
      test-browser/tests/remixd.test.js

@ -1,3 +1,3 @@
gist_token=<token>
gist_token=f8cde3c2b611ee08622ff2eeb49897b92d23ec77
account_passphrase=<passphrase>
account_password=<password>

@ -1 +0,0 @@
contract test2 { function get () returns (uint) { return 11; }}

@ -1 +0,0 @@
contract test2 { function get () returns (uint) { return 11; }}

@ -89,6 +89,7 @@ function runTests (browser, testData) {
.waitForElementVisible('#modal-footer-ok', 2000)
.pause(2000)
.click('#modal-footer-ok')
.pause(2000)
.clickLaunchIcon('fileExplorers')
.waitForElementVisible('[data-path="localhost/folder1"]')
.click('[data-path="localhost/folder1"]')

Loading…
Cancel
Save