mirror of
https://github.com/appium/appium.git
synced 2026-02-11 20:39:04 -06:00
for these tests to pass one after the other, need to use a beforeEach
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user