Commit 9a5f4a01 authored by ioedeveloper's avatar ioedeveloper

Added delay to remixd test

parent f348e53c
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) { ...@@ -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"]')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment