mirror of
https://github.com/appium/appium.git
synced 2026-05-05 09:59:58 -05:00
actually allow removeApp to work with selendroid (fix #1686 for real)
This commit is contained in:
@@ -75,6 +75,13 @@ describeWd('basic', function(h) {
|
||||
});
|
||||
});
|
||||
|
||||
it('should be able to uninstall the app', function(done) {
|
||||
h.driver.execute("mobile: removeApp", [{bundleId: appPkg}], function(err) {
|
||||
should.not.exist(err);
|
||||
done();
|
||||
});
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
describeWd('command timeouts', function(h) {
|
||||
|
||||
Reference in New Issue
Block a user