Added delay to remixd test

pull/5370/head
ioedeveloper 5 years ago
parent 85e64a64a1
commit aeac121192
  1. 2
      .env
  2. 1
      apps/remix-ide/test-browser/tests/remixd.test.js

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

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

Loading…
Cancel
Save