for these tests to pass one after the other, need to use a beforeEach

This commit is contained in:
Jonathan Lipps
2014-07-22 15:46:57 -07:00
parent c61c55fe2c
commit 0ebc395900

View File

@@ -298,7 +298,7 @@ describe("apidemo - basic @skip-ci", function () {
var session;
var title = getTitle(this);
before(function (done) {
beforeEach(function (done) {
var adb = new ADB({});
adb.uninstallApk("io.appium.android.apis", done);
});