Commit 5055e2b9 authored by ioedeveloper's avatar ioedeveloper Committed by yann300

Added delay to remixd test

parent f29470c1
gist_token=<token>
gist_token=f8cde3c2b611ee08622ff2eeb49897b92d23ec77
account_passphrase=<passphrase>
account_password=<password>
contract test2 { function get () returns (uint) { return 11; }}
\ No newline at end of file
contract test2 { function get () returns (uint) { return 11; }}
\ No newline at end of file
......@@ -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"]')
......
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