From 81b9267faa966bfdd4c9bd9f4a92d119a63a0b34 Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 24 Jan 2018 16:38:18 +0100 Subject: [PATCH] fix tests --- test-browser/tests/sharedFolderExplorer.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test-browser/tests/sharedFolderExplorer.js b/test-browser/tests/sharedFolderExplorer.js index 0627096721..439d4beabf 100644 --- a/test-browser/tests/sharedFolderExplorer.js +++ b/test-browser/tests/sharedFolderExplorer.js @@ -36,6 +36,7 @@ function runTests (browser, testData) { .click('#modal-footer-ok') .waitForElementVisible('[data-path="localhost"]', 100000) .click('[data-path="localhost"]') + .waitForElementVisible('[data-path="localhost/folder1"]') .click('[data-path="localhost/folder1"]') .assert.containsText('[data-path="localhost/contract1.sol"]', 'contract1.sol') .assert.containsText('[data-path="localhost/contract2.sol"]', 'contract2.sol')