Commit 1bf4c80f authored by yann300's avatar yann300

add pause before verifying contract

parent 4fdb12d7
......@@ -143,7 +143,7 @@ function testImportFromRemixd (browser, callback) {
.click('[data-path="localhost/src/gmbh"]')
.waitForElementVisible('[data-path="localhost/src/gmbh/company.sol"]', 100000)
.click('[data-path="localhost/src/gmbh/company.sol"]')
.pause(500)
.pause(1000)
.perform(() => {
contractHelper.verifyContract(browser, ['Assets', 'gmbh'], function () {
callback()
......
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