Merge pull request #1010 from ethereum/jquery

update jquery version
pull/1/head
yann300 7 years ago committed by GitHub
commit 6332e62352
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package.json
  2. 1
      test-browser/tests/sharedFolderExplorer.js

@ -31,7 +31,7 @@
"fast-levenshtein": "^2.0.6", "fast-levenshtein": "^2.0.6",
"http-server": "0.9.0", "http-server": "0.9.0",
"javascript-serialize": "^1.6.1", "javascript-serialize": "^1.6.1",
"jquery": "^2.2.0", "jquery": "^3.3.1",
"js-base64": "^2.1.9", "js-base64": "^2.1.9",
"js-beautify": "1.6.14", "js-beautify": "1.6.14",
"minixhr": "^3.2.2", "minixhr": "^3.2.2",

@ -36,6 +36,7 @@ function runTests (browser, testData) {
.click('#modal-footer-ok') .click('#modal-footer-ok')
.waitForElementVisible('[data-path="localhost"]', 100000) .waitForElementVisible('[data-path="localhost"]', 100000)
.click('[data-path="localhost"]') .click('[data-path="localhost"]')
.waitForElementVisible('[data-path="localhost/folder1"]')
.click('[data-path="localhost/folder1"]') .click('[data-path="localhost/folder1"]')
.assert.containsText('[data-path="localhost/contract1.sol"]', 'contract1.sol') .assert.containsText('[data-path="localhost/contract1.sol"]', 'contract1.sol')
.assert.containsText('[data-path="localhost/contract2.sol"]', 'contract2.sol') .assert.containsText('[data-path="localhost/contract2.sol"]', 'contract2.sol')

Loading…
Cancel
Save