Added delay to remixd test

pull/11/head
ioedeveloper 4 years ago
parent f348e53c06
commit 9a5f4a0189
  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_password=<password>

@ -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