mirror of
https://github.com/appium/appium.git
synced 2026-05-04 01:11:11 -05:00
package update + test fixes
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user