Browse Source

update selenium

Girish Ramakrishnan 8 years ago
parent
commit
8ff50213bd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      test/package.json

+ 2 - 2
test/package.json

@@ -14,11 +14,11 @@
     "mkdirp": "^0.5.1",
     "mocha": "^2.3.4",
     "rimraf": "^2.4.4",
-    "selenium-server-standalone-jar": "^2.53.0",
-    "selenium-webdriver": "^2.53.3",
     "superagent": "^1.4.0"
   },
   "dependencies": {
+    "selenium-server-standalone-jar": "^3.3.1",
+    "selenium-webdriver": "^3.3.0",
     "superagent": "^1.8.5"
   }
 }