diff --git a/package.json b/package.json index 035878bda2..6310c5e920 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "fast-levenshtein": "^2.0.6", "http-server": "0.9.0", "javascript-serialize": "^1.6.1", - "jquery": "^2.2.0", + "jquery": "^3.3.1", "js-base64": "^2.1.9", "js-beautify": "1.6.14", "minixhr": "^3.2.2", 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')