Skip to content

Commit

Permalink
for these tests to pass one after the other, need to use a beforeEach
Browse files Browse the repository at this point in the history
  • Loading branch information
jlipps committed Jul 22, 2014
1 parent c61c55f commit 0ebc395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/android/apidemos/basic-specs.js
Expand Up @@ -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);
});
Expand Down

0 comments on commit 0ebc395

Please sign in to comment.