зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1213990 Do immediate uninstall for test webextensions r=kmag
MozReview-Commit-ID: 9vcAfPhRYFi --HG-- extra : rebase_source : c10b7e927eb0d0e12f70d9e06f77d1b56fa405fc
This commit is contained in:
Родитель
b4c569d8b8
Коммит
956647e2c9
|
@ -1173,7 +1173,7 @@ class MockExtension {
|
|||
}
|
||||
|
||||
shutdown() {
|
||||
this.addon.uninstall(true);
|
||||
this.addon.uninstall();
|
||||
return this.cleanupGeneratedFile();
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче