package update + test fixes

This commit is contained in:
sebv
2014-03-21 03:10:56 +08:00
parent ebc89ebe83
commit eb4407b959
2 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -79,8 +79,8 @@
"date-utils": "~1.2.14",
"bytes": "~0.2.1",
"appium-atoms": "~0.0.5",
"appium-instruments": "~0.1.4",
"appium-uiauto": "~0.0.9"
"appium-instruments": "~0.1.6",
"appium-uiauto": "~0.0.13"
},
"scripts": {
"test": "grunt travis"
@@ -72,8 +72,9 @@ describe('uicatalog - find element -', function () {
});
describe('findElementsByTagName textfield case', function () {
after(function () {
driver.clickBack();
after(function (done) {
driver.clickBack()
.nodeify(done);
});
it('should find only one textfield', function (done) {
driver