From 1bf4c80fc7873800d9d315e765f8d2a256c1b6a1 Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 14 Feb 2018 15:40:39 +0100 Subject: [PATCH] add pause before verifying contract --- test-browser/tests/sharedFolderExplorer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-browser/tests/sharedFolderExplorer.js b/test-browser/tests/sharedFolderExplorer.js index b2b859ff6e..9eb553dd1e 100644 --- a/test-browser/tests/sharedFolderExplorer.js +++ b/test-browser/tests/sharedFolderExplorer.js @@ -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()